Skip to content

Commit

Permalink
Shellcheck fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed May 28, 2024
1 parent 543d85f commit f6e873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ command_test() {
(>&2 echo "Following Safety DB IDs are to be excepted from checks:")
(>&2 echo -e "\t${SAFETY_IGNORED_IDS}")
# From $SAFETY_IGNORED_ID, generate $SAFETY_IGNORED_OPTS..
SAFETY_IGNORED_OPTS="$(echo $SAFETY_IGNORED_IDS | sed s/\ /\-i\ /g)"
SAFETY_IGNORED_OPTS="${SAFETY_IGNORED_IDS//\ /-i\ }"
fi

execute "$python_binary" -m safety check --full-report \
Expand Down

0 comments on commit f6e873c

Please sign in to comment.