Skip to content

Commit

Permalink
Fix substitution error in entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ain committed Dec 9, 2023
1 parent 5b83c63 commit ca90803
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 @@ -5,7 +5,7 @@ set -e
include=""
if [ -n $2 ]
then
include="-I ${$2}"
include="-I ${2}"
fi

verbosity=""
Expand Down

0 comments on commit ca90803

Please sign in to comment.