fix gofmt

This commit is contained in:
Tejal Desai 2020-08-13 13:59:58 -07:00
parent 472376307e
commit abcc16b4cc
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func runCommandInExec(config *v1.Config, buildArgs *dockerfile.BuildArgs, cmdRun
path, err := exec.LookPath(newCommand[0])
if err == nil {
newCommand[0] = path
}
}
}
}