This commit is contained in:
Tomer Zait
2024-02-18 10:50:15 +02:00
parent d872afb377
commit db6a4d7ce1
4 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ func checkUnsupportedKey(composeProject *types.Project) []string {
// LoadFile loads a compose file into KomposeObject
func (c *Compose) LoadFile(files []string, profiles []string) (kobject.KomposeObject, error) {
// Gather the working directory
workingDir, err := getComposeFileDir(files)
workingDir, err := transformer.GetComposeFileDir(files)
if err != nil {
return kobject.KomposeObject{}, err
}