From 1a7c4a027628241f415cc5cc3f7aca09ad9a4027 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 11 Feb 2022 13:39:02 -0800 Subject: [PATCH] scripts: Fix typo in logging statement. --- scripts/lib/check-database-compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/check-database-compatibility.py b/scripts/lib/check-database-compatibility.py index eb9dc98595..7596166e09 100755 --- a/scripts/lib/check-database-compatibility.py +++ b/scripts/lib/check-database-compatibility.py @@ -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,