1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00

Run gofmt and fix vet errors

This commit is contained in:
Josh Curl
2016-09-15 16:49:39 -07:00
parent 5cc30c6935
commit b65e429bb6
4 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ func Main() {
}
if newConsole != "default" {
project.ServiceConfigs.Add("console", &composeConfig.ServiceConfig{})
project.ServiceConfigs.Add("console", &composeConfig.ServiceConfig{})
if err = compose.LoadService(project, cfg, true, newConsole); err != nil {
log.Fatal(err)