mirror of https://github.com/zulip/zulip.git
scripts: Fix typo in logging statement.
This commit is contained in:
parent
96682a3517
commit
1a7c4a0276
|
@ -29,7 +29,7 @@ if not missing:
|
||||||
current_version = parse_version_from(os.path.join(DEPLOYMENTS_DIR, "current"))
|
current_version = parse_version_from(os.path.join(DEPLOYMENTS_DIR, "current"))
|
||||||
logging.error(
|
logging.error(
|
||||||
"This is not an upgrade -- the current deployment (version %s) "
|
"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,
|
current_version,
|
||||||
len(missing),
|
len(missing),
|
||||||
ZULIP_PATH,
|
ZULIP_PATH,
|
||||||
|
|
Loading…
Reference in New Issue