1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Support switching to the default console

This commit is contained in:
Josh Curl
2016-06-12 12:02:07 -07:00
parent 7f7d8765ca
commit 3153c28e86
8 changed files with 30 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ type projectFactory struct {
func (p *projectFactory) Create(c *cli.Context) (project.APIProject, error) {
cfg := config.LoadConfig()
return compose.GetProject(cfg, true)
return compose.GetProject(cfg, true, false)
}
func beforeApp(c *cli.Context) error {