Skip to content

Commit e1cd1f6

Browse files
cursoragentrgarcia
andcommitted
Fix: Make WaitForAgent a required field in execRequest
Co-authored-by: raf <[email protected]>
1 parent 26b23d0 commit e1cd1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type execRequest struct {
3535
Env map[string]string `json:"env,omitempty"`
3636
Cwd string `json:"cwd,omitempty"`
3737
Timeout int32 `json:"timeout,omitempty"`
38-
WaitForAgent int32 `json:"wait_for_agent,omitempty"`
38+
WaitForAgent int32 `json:"wait_for_agent"`
3939
}
4040

4141
var execCmd = cli.Command{

0 commit comments

Comments
 (0)