mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Sync with libcompose
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
type projectFactory struct {
|
||||
}
|
||||
|
||||
func (p *projectFactory) Create(c *cli.Context) (*project.Project, error) {
|
||||
func (p *projectFactory) Create(c *cli.Context) (project.APIProject, error) {
|
||||
cfg, err := config.LoadConfig()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user