2 Commits

Author SHA1 Message Date
3e80221641 Merge pull request 'fix: convent error' (#178) from kanrin/katenary:master into master
All checks were successful
Go-Tests / tests (push) Successful in 1m39s
Go-Tests / sonar (push) Successful in 37s
Reviewed-on: #178
2025-12-07 10:08:33 +00:00
Orz
990eda74eb fix: convent error
Some checks failed
Go-Tests / tests (pull_request) Successful in 2m54s
Go-Tests / sonar (pull_request) Failing after 24s
2025-10-28 18:42:06 +08:00

View File

@@ -41,7 +41,7 @@ func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*
} }
} }
options, err := cli.NewProjectOptions(nil, options, err := cli.NewProjectOptions(dockerComposeFile,
cli.WithProfiles(profiles), cli.WithProfiles(profiles),
cli.WithInterpolation(true), cli.WithInterpolation(true),
cli.WithDefaultConfigPath, cli.WithDefaultConfigPath,