Reformat code so we can grep for this more easily
This commit is contained in:
parent
750a9c61de
commit
1b1bd19c20
|
@ -63,11 +63,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
|
|||
|
||||
// Defaults
|
||||
if len(c.RunCommand) == 0 {
|
||||
c.RunCommand = []string{
|
||||
"-d", "-i", "-t",
|
||||
"{{.Image}}",
|
||||
"/bin/bash",
|
||||
}
|
||||
c.RunCommand = []string{"-d", "-i", "-t", "{{.Image}}", "/bin/bash"}
|
||||
}
|
||||
|
||||
// Default Pull if it wasn't set
|
||||
|
|
Loading…
Reference in New Issue