未验证 提交 d6fa04c3 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #7702 from medyagh/build_err

fix build error
......@@ -123,7 +123,7 @@ func WriteImageToDaemon(img string) error {
glog.V(3).Infof("Pulling image %v", ref)
// Pull digest
cmd = exec.Command("docker", "pull", "--quiet", img)
cmd := exec.Command("docker", "pull", "--quiet", img)
if _, err := cmd.Output(); err != nil {
return errors.Wrap(err, "pulling remote image")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册