Skip to content

Commit

Permalink
Fix script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkol committed Aug 21, 2024
1 parent 8ac226d commit 16c4053
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 16c4053

Please sign in to comment.