Skip to content

Commit

Permalink
Merge pull request #677 from communitiesuk/fix-script-typo
Browse files Browse the repository at this point in the history
Fix script typo
  • Loading branch information
albertkol authored Aug 21, 2024
2 parents 8ac226d + 16c4053 commit 27ab3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migration-task-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ def has_migrations_to_apply() -> bool:

run_migration_in_task(task_command, extra_args)

print("Migrations to applied")
print("Migrations applied")
sys.exit(0)

0 comments on commit 27ab3e5

Please sign in to comment.