Skip to content

Commit 00947fb

Browse files
kworm83githubnemo
authored andcommitted
fixed typo in original patch
1 parent da7717f commit 00947fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func startCommand(command string) (cmd *exec.Cmd, stdout io.ReadCloser, stderr i
233233
cmd = exec.Command(args[0], args[1:]...)
234234

235235
if *flag_run_dir != "" {
236-
cmd.Dir = *flag_build_dir
236+
cmd.Dir = *flag_run_dir
237237
}
238238

239239
if stdout, err = cmd.StdoutPipe(); err != nil {

0 commit comments

Comments
 (0)