Correct a spelling error

This commit is contained in:
xuchi 2019-03-13 09:39:13 +08:00
parent 93402fc8e8
commit d0e15aed2c

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)
}