Skip to content

Commit

Permalink
chore: fix status msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Xieyt committed May 10, 2024
1 parent 0b035a1 commit f289135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe_manager/migration_manager/migration_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def bench_db_backup(
bench_db_info = bench.get_db_connection_info()
bench_db_name = bench_db_info["name"]

richprint.change_head(f'Commencing db [blue]{bench.name}[/blue] backup')
richprint.change_head(f'Commencing db {bench.name} backup')

mariadb_manager = MariaDBManager(server_db_info, services_manager.compose_project)

Expand Down

0 comments on commit f289135

Please sign in to comment.