Update run.go

This commit is contained in:
Tejal Desai 2020-08-13 13:17:42 -07:00 committed by GitHub
parent 8f1528764f
commit 472376307e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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