Skip to content

Commit

Permalink
Update cli/internal/cmd/init.go
Browse files Browse the repository at this point in the history
Co-authored-by: 3u13r <[email protected]>
  • Loading branch information
elchead and 3u13r committed Sep 8, 2023
1 parent 95618aa commit 02d8442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (i *initCmd) initialize(
return err
}
// cfg validation does not check k8s patch version since upgrade may accept an outdated patch version.
conf.KubernetesVersion, err = versions.NewValidK8sVersion(string(conf.KubernetesVersion), true)
_, err = versions.NewValidK8sVersion(string(conf.KubernetesVersion), true)
if err != nil {
return err
}
Expand Down

0 comments on commit 02d8442

Please sign in to comment.