diff --git a/src/cmd/cli/command/commands.go b/src/cmd/cli/command/commands.go index fc988a07f..12f5695ba 100644 --- a/src/cmd/cli/command/commands.go +++ b/src/cmd/cli/command/commands.go @@ -844,7 +844,6 @@ var composeUpCmd = &cobra.Command{ if !errors.Is(err, cli.ErrDryRun) && !errors.As(err, new(cliClient.ErrNotImplemented)) { term.Warnf("failed to wait for service status: %v", err) } - wg.Wait() // Wait until ctrl+c is pressed } cancelTail() wg.Wait() // Wait for tail to finish