Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
fix: change acorn rm app to not prompt for containers (#903)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Silverio <joshua@acorn.io>
  • Loading branch information
jsilverio22 authored Nov 18, 2022
1 parent 0ffd61d commit 88cea27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/cli/rm.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ func (a *Rm) Run(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}
err = removeContainer(arg, c, cmd, a.Force)
if err != nil {
return err
}
}
if rmObjects.Container {
err := removeContainer(arg, c, cmd, a.Force)
Expand Down

0 comments on commit 88cea27

Please sign in to comment.