Merge pull request #1002 from alphagov/imdad-fix-use-python3-make-command

Use python3 when running migration-check script
This commit is contained in:
Imdad Ahad
2017-06-01 10:57:53 +01:00
committed by GitHub

View File

@@ -306,5 +306,5 @@ cf-push:
.PHONY: check-if-migrations-to-run
check-if-migrations-to-run:
@echo $(shell python scripts/check_if_new_migration.py)
@echo $(shell python3 scripts/check_if_new_migration.py)