mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
scripts: Fix typo in logging statement.
This commit is contained in:
@@ -29,7 +29,7 @@ if not missing:
|
||||
current_version = parse_version_from(os.path.join(DEPLOYMENTS_DIR, "current"))
|
||||
logging.error(
|
||||
"This is not an upgrade -- the current deployment (version %s) "
|
||||
"contains database migrations which %s (version %s) does not.",
|
||||
"contains %s database migrations which %s (version %s) does not.",
|
||||
current_version,
|
||||
len(missing),
|
||||
ZULIP_PATH,
|
||||
|
||||
Reference in New Issue
Block a user