Skip to content

Commit 5c87315

Browse files
authored
fix: misspelling APIMount field (#224)
See #217
1 parent 30885e4 commit 5c87315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type APIMount struct {
5252
Driver string `json:"Driver,omitempty" yaml:"Driver,omitempty" toml:"Driver,omitempty"`
5353
Mode string `json:"Mode,omitempty" yaml:"Mode,omitempty" toml:"Mode,omitempty"`
5454
RW bool `json:"RW,omitempty" yaml:"RW,omitempty" toml:"RW,omitempty"`
55-
Propogation string `json:"Propogation,omitempty" yaml:"Propogation,omitempty" toml:"Propogation,omitempty"`
55+
Propagation string `json:"Propagation,omitempty" yaml:"Propagation,omitempty" toml:"Propagation,omitempty"`
5656
}
5757

5858
// APIContainers represents each container in the list returned by

0 commit comments

Comments
 (0)