Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Gibson <44771837+sgibson91@users.noreply.github.com>
  • Loading branch information
GeorgianaElena and sgibson91 authored Nov 10, 2023
1 parent 06d9677 commit 0b2f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/commands/generate/dedicated_cluster/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b2f81a

Please sign in to comment.