2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

fix: assign binary path to job

This commit is contained in:
TorchedSammy 2022-05-17 18:05:16 -04:00
parent 9f6a07c90a
commit 2fb55526dc
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

1
job.go
View File

@ -159,6 +159,7 @@ func (j *jobHandler) add(cmd string, args []string, path string) *job {
running: false,
id: j.latestID,
args: args,
path: path,
stdin: os.Stdin,
stdout: os.Stdout,
stderr: os.Stderr,