Skip to content

Commit

Permalink
Merge pull request #26736 from dsheets/fix-typo-from-26061
Browse files Browse the repository at this point in the history
Fix typo in api/types/container/host_config.go
  • Loading branch information
mlaventure committed Sep 20, 2016
2 parents 359742f + a003419 commit beea098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/types/container/host_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ type HostConfig struct {
Mounts []mount.Mount `json:",omitempty"`

// Run a custom init inside the container, if null, use the daemon's configured settings
Init *bool `json:",om itempty"`
Init *bool `json:",omitempty"`
}

// Box specifies height and width dimensions. Used for sizing of a console.
Expand Down

0 comments on commit beea098

Please sign in to comment.