Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
billhammond-dev authored Sep 19, 2024
1 parent 139298a commit 4e456d4
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 @@ -187,7 +187,7 @@ if [ "$skipFiles" ];then
done
fi

if [ "$dbRepository" ]; then
if [ $dbRepository ]; then
ARGS="$ARGS --db-repository $dbRepository"
fi

Expand Down

0 comments on commit 4e456d4

Please sign in to comment.