Skip to content

Commit 8c1f3c6

Browse files
committed
debug
Signed-off-by: Grant Linville <[email protected]>
1 parent 15cfa2f commit 8c1f3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func GPTScriptExec(args ...string) (string, error) {
1010
if runtime.GOOS == "windows" {
1111
out, _ := exec.Command("dir", "..\\bin").CombinedOutput()
1212
println(string(out))
13-
cmd = exec.Command("..\\bin\\gptscript.exe", args...)
13+
cmd = exec.Command("..\\bin\\gptscript", args...)
1414
}
1515

1616
out, err := cmd.CombinedOutput()

0 commit comments

Comments
 (0)