Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Jul 23, 2024
1 parent 1e411bf commit 8afeb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/utility/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def get_dr_hub_operator_version(namespace=constants.OPENSHIFT_NAMESPACE):
return csv["spec"]["version"]


def get_ocp_dr_cluster_operator_version(namespace="openshift"):
def get_ocp_dr_cluster_operator_version(namespace=constants.OPENSHIFT_NAMESPACE):
"""
Get DR Hub Operator Version
Expand Down

0 comments on commit 8afeb21

Please sign in to comment.