oopsie
This commit is contained in:
parent
bb6e62e569
commit
15b473597f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func ApplyPatches(sourcePath string, patchesRepo string) error {
|
|||
}
|
||||
|
||||
// Apply the patches using `go run apply.go`
|
||||
applyCmd := exec.Command("run.sh", "--path "+sourcePath)
|
||||
applyCmd := exec.Command("./run.sh", "--path", sourcePath)
|
||||
applyCmd.Dir = patchesCloneDir // Run from the patches directory
|
||||
applyCmd.Stdout = os.Stdout
|
||||
applyCmd.Stderr = os.Stderr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue