scripts: Fix typo in logging statement.

This commit is contained in:
Tim Abbott 2022-02-11 13:39:02 -08:00
parent 96682a3517
commit 1a7c4a0276
1 changed files with 1 additions and 1 deletions

View File

@ -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,