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

Fix loading network files from ros service compose commands

This commit is contained in:
Darren Shepherd
2015-10-02 00:57:13 -07:00
parent 13d0241b7e
commit 2966ef8e5d
4 changed files with 10 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ func (p *projectFactory) Create(c *cli.Context) (*project.Project, error) {
return nil, err
}
return compose.GetProject(cfg)
return compose.GetProject(cfg, true)
}
func beforeApp(c *cli.Context) error {