Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 28, 2025
1 parent 74ab47c commit 50b47ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/utils/scripts/ocm/ocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def is_osd_cluster_exists(self):

def fail_if_cluster_does_not_exist(self):
"""Exit if cluster does not exist"""
# get_osd_cluster_id exit with code 1 if the cluster does not exist
# get_osd_cluster_id exits with code 1 if the cluster does not exist
cluster_id = self.get_osd_cluster_id()
if "Error" in cluster_id:
log.info(f"ocm command failed. Cannot tell if {self.cluster_name} cluster exists or not!")
Expand Down

0 comments on commit 50b47ac

Please sign in to comment.