Skip to content

Commit 131dc07

Browse files
Update internal/controllers/clusterresourceset/clusterresourceset_scope.go
Co-authored-by: Fabrizio Pandini <[email protected]>
1 parent f358a54 commit 131dc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/clusterresourceset/clusterresourceset_scope.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func newResourceReconcileScope(
8484
case addonsv1.ClusterResourceSetStrategyReconcile:
8585
return &reconcileStrategyScope{base}, nil
8686
default:
87-
return nil, fmt.Errorf("unsupported or empty resource strategy: %q", clusterResourceSet.Spec.Strategy)
87+
return nil, errors.Errorf("unsupported or empty resource strategy: %q", clusterResourceSet.Spec.Strategy)
8888
}
8989
}
9090

0 commit comments

Comments
 (0)