Merge pull request #75310 from chi-xu/20190313

Correct a spelling error
k3s-v1.15.3
Kubernetes Prow Robot 2019-03-20 09:53:11 -07:00 committed by GitHub
commit 66bb1215c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func runMigrate() {
}
err = validateBundledVersions(bundledVersions, opts.binDir)
if err != nil {
klog.Errorf("Failed to validate that 'etcd-<version>' and 'etcdctl-<version>' binaries exist in --bin-dir '%s' for all --bundled-verions '%s': %v",
klog.Errorf("Failed to validate that 'etcd-<version>' and 'etcdctl-<version>' binaries exist in --bin-dir '%s' for all --bundled-versions '%s': %v",
opts.binDir, opts.bundledVersionString, err)
os.Exit(1)
}