Reformat code so we can grep for this more easily

This commit is contained in:
Chris Bednarski 2015-08-18 16:47:12 -07:00
parent 750a9c61de
commit 1b1bd19c20
1 changed files with 1 additions and 5 deletions

View File

@ -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