Skip to content

Commit 111e696

Browse files
committed
config: corresponding change for required field
Signed-off-by: Vincent Batts <[email protected]>
1 parent 353631a commit 111e696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type Process struct {
3030
Env []string `json:"env,omitempty"`
3131
// Cwd is the current working directory for the process and must be
3232
// relative to the container's root.
33-
Cwd string `json:"cwd,omitempty"`
33+
Cwd string `json:"cwd"`
3434
}
3535

3636
// Root contains information about the container's root filesystem on the host.

0 commit comments

Comments
 (0)