From 0b2f81a1bd9d710a436e662e9fde7950459d6343 Mon Sep 17 00:00:00 2001 From: Georgiana Date: Fri, 10 Nov 2023 12:42:19 +0200 Subject: [PATCH] Fix typo Co-authored-by: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> --- deployer/commands/generate/dedicated_cluster/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployer/commands/generate/dedicated_cluster/common.py b/deployer/commands/generate/dedicated_cluster/common.py index 0c93b5fca5..bfe32c97da 100644 --- a/deployer/commands/generate/dedicated_cluster/common.py +++ b/deployer/commands/generate/dedicated_cluster/common.py @@ -25,7 +25,7 @@ def check_git_status_clean(infra_files): full_filepath = REPO_ROOT_PATH / file if full_filepath in infra_files: print_colour( - f"{full_filepath} was not comitted. Commit or restore the file in order to proceed with the generation.", + f"{full_filepath} was not committed. Commit or restore the file in order to proceed with the generation.", "yellow", ) return False