trivial: fix typo in renaming message (#84515)
gitea/hobo/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-12-09 16:39:30 +01:00
parent 8917ae5581
commit a35ab6d8fa
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Command(BaseCommand):
msg = self.style.NOTICE('=== Creating schema ') + self.style.SQL_TABLE(tenant.schema_name)
if legacy_schema:
msg = (
self.style.NOTICE('=== Renamin schema ')
self.style.NOTICE('=== Renaming schema ')
+ self.style.SQL_TABLE(legacy_schema)
+ ' to '
+ self.style.SQL_TABLE(tenant.schema_name)