Skip to content

Commit

Permalink
fix: misspelling APIMount field (#224)
Browse files Browse the repository at this point in the history
See #217
  • Loading branch information
Bablzz authored Oct 2, 2020
1 parent 30885e4 commit 5c87315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type APIMount struct {
Driver string `json:"Driver,omitempty" yaml:"Driver,omitempty" toml:"Driver,omitempty"`
Mode string `json:"Mode,omitempty" yaml:"Mode,omitempty" toml:"Mode,omitempty"`
RW bool `json:"RW,omitempty" yaml:"RW,omitempty" toml:"RW,omitempty"`
Propogation string `json:"Propogation,omitempty" yaml:"Propogation,omitempty" toml:"Propogation,omitempty"`
Propagation string `json:"Propagation,omitempty" yaml:"Propagation,omitempty" toml:"Propagation,omitempty"`
}

// APIContainers represents each container in the list returned by
Expand Down

0 comments on commit 5c87315

Please sign in to comment.