Skip to content

Commit

Permalink
Merge pull request opencontainers#308 from vbatts/more-cwd
Browse files Browse the repository at this point in the history
config: corresponding change for required field
  • Loading branch information
Mrunal Patel committed Jan 13, 2016
2 parents 353631a + 111e696 commit 52cbf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Process struct {
Env []string `json:"env,omitempty"`
// Cwd is the current working directory for the process and must be
// relative to the container's root.
Cwd string `json:"cwd,omitempty"`
Cwd string `json:"cwd"`
}

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

0 comments on commit 52cbf47

Please sign in to comment.