Fix typo "verion" (#1641)

This commit is contained in:
Sven Schliesing 2021-01-12 02:22:35 +01:00 committed by GitHub
parent 600721ca09
commit 87fcd83275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func parseHelmVersion(versionStr string) (semver.Version, error) {
ver, err := semver.NewVersion(versionStr)
if err != nil {
return semver.Version{}, fmt.Errorf("error parsing helm verion '%s'", versionStr)
return semver.Version{}, fmt.Errorf("error parsing helm version '%s'", versionStr)
}
// Support explicit helm3 opt-in via environment variable