diff --git a/pkg/frontend/openshiftcluster_putorpatch.go b/pkg/frontend/openshiftcluster_putorpatch.go index b9449b783b5..eca83bd0aef 100644 --- a/pkg/frontend/openshiftcluster_putorpatch.go +++ b/pkg/frontend/openshiftcluster_putorpatch.go @@ -323,6 +323,4 @@ func setUpdateProvisioningState(doc *api.OpenShiftClusterDocument, apiVersion st // Non-admin update (ex: customer cluster update) doc.OpenShiftCluster.Properties.ProvisioningState = api.ProvisioningStateUpdating } - - return }