Skip to content

Commit dc8afee

Browse files
cmd/kubeapply: fix spelling error (#79)
1 parent fbb98ce commit dc8afee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeapply/subcmd/expand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func expandCluster(
109109

110110
if clusterConfig.Charts != "" {
111111
log.Debugf(
112-
"Checking that helm statisfies version constraint %s",
112+
"Checking that helm satisfies version constraint %s",
113113
helmVersionConstraint,
114114
)
115115
if err := helm.CheckHelmVersion(ctx, helmVersionConstraint); err != nil {

0 commit comments

Comments
 (0)