Skip to content

Commit

Permalink
Fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath authored Jan 23, 2024
1 parent 7ce8d19 commit fef70b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .heroku/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [ -n "$CTC_URL" ] ; then
# python .heroku/check_change_traffic_control.py
python manage.py migrate account --fake
python manage.py showmigrations account
python migrate account 0002
python migrate account
python manage.py migrate account 0002
python manage.py migrate account
python manage.py migrate --noinput
else
# Simply run the migration
Expand Down

0 comments on commit fef70b9

Please sign in to comment.