Skip to content

Commit ddba4a0

Browse files
fix: typo
1 parent c6c8a0f commit ddba4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/accessrequest_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (r *AccessRequestReconciler) Reconcile(ctx context.Context, req ctrl.Reques
8282
}
8383

8484
if !isClusterProviderResponsible(cluster) {
85-
return ctrl.Result{}, fmt.Errorf("profile '%s' is not supported by kind controller", cluster.Spec.Profile)
85+
return ctrl.Result{}, fmt.Errorf("ClusterProfile '%s' is not supported by kind controller", cluster.Spec.Profile)
8686
}
8787

8888
// handle deletion

0 commit comments

Comments
 (0)