Skip to content

Commit

Permalink
Merge pull request #14 from wilsonnm02/main
Browse files Browse the repository at this point in the history
Correcting if check for INPUT_EXTRA_ARGS
  • Loading branch information
Matthew Fisher committed May 17, 2021
2 parents a1f7d0d + 80519cf commit b16fe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
fi

EXTRA_ARGS=""
if [ -z "$INPUT_EXTRA_ARGS" ]; then
if ! [ -z "$INPUT_EXTRA_ARGS" ]; then
EXTRA_ARGS=${INPUT_EXTRA_ARGS}
fi

Expand Down

0 comments on commit b16fe1d

Please sign in to comment.