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 24, 2024
1 parent 8c0d955 commit 152e6f2
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 @@ -249,7 +249,7 @@ def get_ocp_gitops_operator_version(namespace=constants.OPENSHIFT_NAMESPACE):
from ocs_ci.ocs.resources.csv import get_csvs_start_with_prefix

csv_list = get_csvs_start_with_prefix(
"openshift-gitops-operator", namespace=namespace
constants.GITOPS_OPERATOR_NAME, namespace=namespace
)
for csv in csv_list:
if constants.GITOPS_OPERATOR_NAME in csv["metadata"]["name"]:
Expand Down

0 comments on commit 152e6f2

Please sign in to comment.