From 990eda74eb7dde826ac7019e3e6708bc6a4016d3 Mon Sep 17 00:00:00 2001 From: Orz Date: Tue, 28 Oct 2025 18:42:06 +0800 Subject: [PATCH] fix: convent error --- internal/parser/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/parser/main.go b/internal/parser/main.go index ce6a1b3..b5765c5 100644 --- a/internal/parser/main.go +++ b/internal/parser/main.go @@ -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.WithInterpolation(true), cli.WithDefaultConfigPath, -- 2.49.1