Skip to content

Commit 15cfa2f

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

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
@@ -8,7 +8,7 @@ import (
88
func GPTScriptExec(args ...string) (string, error) {
99
cmd := exec.Command("../bin/gptscript", args...)
1010
if runtime.GOOS == "windows" {
11-
out, _ := exec.Command("dir", "..").CombinedOutput()
11+
out, _ := exec.Command("dir", "..\\bin").CombinedOutput()
1212
println(string(out))
1313
cmd = exec.Command("..\\bin\\gptscript.exe", args...)
1414
}

0 commit comments

Comments
 (0)