We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cfa2f commit 8c1f3c6Copy full SHA for 8c1f3c6
integration/helpers.go
@@ -10,7 +10,7 @@ func GPTScriptExec(args ...string) (string, error) {
10
if runtime.GOOS == "windows" {
11
out, _ := exec.Command("dir", "..\\bin").CombinedOutput()
12
println(string(out))
13
- cmd = exec.Command("..\\bin\\gptscript.exe", args...)
+ cmd = exec.Command("..\\bin\\gptscript", args...)
14
}
15
16
out, err := cmd.CombinedOutput()
0 commit comments