Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Jul 2, 2024
1 parent e0f108d commit 4bc5ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
func GPTScriptExec(args ...string) (string, error) {
cmd := exec.Command("../bin/gptscript", args...)
if runtime.GOOS == "windows" {
_ = exec.Command("dir", "..").Run()
cmd = exec.Command("..\\bin\\gptscript.exe", args...)
}

Expand Down

0 comments on commit 4bc5ee4

Please sign in to comment.