We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7becb4 + f1aa070 commit 79770d5Copy full SHA for 79770d5
1 file changed
cli/mobycli/exec.go
@@ -33,7 +33,6 @@ import (
33
"github.com/docker/compose-cli/cli/metrics"
34
"github.com/docker/compose-cli/cli/mobycli/resolvepath"
35
"github.com/docker/compose/v2/pkg/compose"
36
- "github.com/docker/compose/v2/pkg/utils"
37
"github.com/google/shlex"
38
"github.com/spf13/cobra"
39
)
@@ -92,9 +91,6 @@ func Exec(root *cobra.Command) {
92
91
}
93
commandArgs := os.Args[1:]
94
command := metrics.GetCommand(commandArgs)
95
- if command == "build" && !metrics.HasQuietFlag(commandArgs) {
96
- utils.DisplayScanSuggestMsg()
97
- }
98
if command == "login" && !metrics.HasQuietFlag(commandArgs) {
99
displayPATSuggestMsg(commandArgs)
100
0 commit comments