提交 ef134c85 编写于 作者: M Medya Gh

err message improve

上级 3cd9a09f
......@@ -94,7 +94,7 @@ func generateTarball(kubernetesVersion, containerRuntime, tarballFilename string
return errors.Wrap(err, "failed create new runtime")
}
if err := cr.Enable(true); err != nil {
return errors.Wrap(err, "create enable container runtime")
return errors.Wrap(err, "enable container runtime")
}
for _, img := range imgs {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册