Reformat code so we can grep for this more easily

pull/2628/head
Chris Bednarski 11 years ago
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…
Cancel
Save