Skip to content

Commit 90774b1

Browse files
authored
fix(cli): actually make use of TANKA_JB_PATH (#350)
1 parent 1e6eb6b commit 90774b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tk/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func installK8sLib() error {
8989
return err
9090
}
9191

92-
cmd := exec.Command("jb", append([]string{"install"}, initialPackages...)...)
92+
cmd := exec.Command(jbBinary, append([]string{"install"}, initialPackages...)...)
9393
cmd.Stdout = os.Stdout
9494
cmd.Stderr = os.Stderr
9595

0 commit comments

Comments
 (0)