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