Skip to content

Commit 52cbf47

Browse files
author
Mrunal Patel
committed
Merge pull request opencontainers#308 from vbatts/more-cwd
config: corresponding change for required field
2 parents 353631a + 111e696 commit 52cbf47

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)