From 7fd587af1cb51310d5be81ea4e6a07fc3a99ee82 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 13 Aug 2026 18:37:35 +0100 Subject: [PATCH] Fixed deployment script typo --- cli/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/deploy.py b/cli/deploy.py index 0127161..37f920f 100644 --- a/cli/deploy.py +++ b/cli/deploy.py @@ -57,7 +57,7 @@ def tag_version(): logger.info(f"Current tag is {current_tag}") with local.cwd(REPO_DIR): - images_output = docker_compose("images") + images_output = docker_compose("images")() version_file = VERSIONS_DIR / f"{current_tag}.txt"