Skip to content

Commit 613ca77

Browse files
committed
fix: typo
Signed-off-by: Calum Murray <[email protected]>
1 parent e3658c0 commit 613ca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubernetes/provider_acm_hub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (c *ACMKubeConfigProviderConfig) Validate() error {
7474
err := c.ACMProviderConfig.Validate()
7575

7676
if c.ContextName == "" {
77-
err = errors.Join(err, fmt.Errorf("context_name is required is acm-kubeconfig strategy is used"))
77+
err = errors.Join(err, fmt.Errorf("context_name is required if acm-kubeconfig strategy is used"))
7878
}
7979

8080
return err

0 commit comments

Comments
 (0)