|
@@ -9,7 +9,7 @@ import (
|
|
"github.com/docker/docker/api/types/strslice"
|
|
"github.com/docker/docker/api/types/strslice"
|
|
)
|
|
)
|
|
|
|
|
|
-// KeyValuePair represent an arbitrary named value (useful in slice insted of map[string] string to preserve ordering)
|
|
|
|
|
|
+// KeyValuePair represent an arbitrary named value (useful in slice instead of map[string] string to preserve ordering)
|
|
type KeyValuePair struct {
|
|
type KeyValuePair struct {
|
|
Key string
|
|
Key string
|
|
Value string
|
|
Value string
|
|
@@ -195,7 +195,7 @@ func (c *WorkdirCommand) Expand(expander SingleWordExpander) error {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
-// ShellDependantCmdLine represents a cmdline optionaly prepended with the shell
|
|
|
|
|
|
+// ShellDependantCmdLine represents a cmdline optionally prepended with the shell
|
|
type ShellDependantCmdLine struct {
|
|
type ShellDependantCmdLine struct {
|
|
CmdLine strslice.StrSlice
|
|
CmdLine strslice.StrSlice
|
|
PrependShell bool
|
|
PrependShell bool
|