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"))
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue