Skip to content

Commit

Permalink
Use uppercased boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
mhieta committed Oct 17, 2023
1 parent 18bcd41 commit d708c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

if [[ "$APPLY_MIGRATIONS" = "true" ]]; then
if [[ "$APPLY_MIGRATIONS" = "True" ]]; then
echo "Applying database migrations..."
./manage.py migrate --noinput
fi
Expand Down

0 comments on commit d708c0e

Please sign in to comment.