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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user