mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
contrib/go2docker: fix typo
This commit is contained in:
parent
5838854c27
commit
6be03b6121
@ -76,7 +76,7 @@ func main() {
|
||||
}
|
||||
toolPath := filepath.Dir(goBin)
|
||||
// check for linux_amd64 toolchain
|
||||
crossPath := filepath.Join(toolPath, "linux_amd642")
|
||||
crossPath := filepath.Join(toolPath, "linux_amd64")
|
||||
if _, crossErr := os.Stat(crossPath); os.IsNotExist(crossErr) {
|
||||
// check for make.bash
|
||||
makeBash, err := filepath.Abs(filepath.Join(toolPath, "..", "src", "make.bash"))
|
||||
|
Loading…
Reference in New Issue
Block a user