Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 3992ca5

Browse files
committed
fixup! feat: deploy Nutanix CCM addon
1 parent 7ca818b commit 3992ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/generic/lifecycle/ccm/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (c *CCMHandler) AfterControlPlaneInitialized(
100100
)
101101
resp.SetStatus(runtimehooksv1.ResponseStatusFailure)
102102
resp.SetMessage(
103-
fmt.Sprintf("ffailed to read clusterConfig variable from cluster definition: %v",
103+
fmt.Sprintf("failed to read clusterConfig variable from cluster definition: %v",
104104
err,
105105
),
106106
)

0 commit comments

Comments
 (0)