Skip to content

Commit

Permalink
undo change to compose down showing error on already down/not found p…
Browse files Browse the repository at this point in the history
…rojects
  • Loading branch information
nullfunc committed Jan 2, 2025
1 parent 49b645d commit 5644258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/cli/command/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ func makeComposeDownCmd() *cobra.Command {
if connect.CodeOf(err) == connect.CodeNotFound {
// Show a warning (not an error) if the service was not found
term.Warn(prettyError(err))
return nil
}
return err
}
Expand Down

0 comments on commit 5644258

Please sign in to comment.