Skip to content

Commit 878a9fb

Browse files
committed
fix
1 parent 683f5c0 commit 878a9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/base/delete.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (dc *DeleteCmd) Run(s state.State, cmd *cobra.Command, args []string) error
8181
filtered := util.FilterNil(actions)
8282
var err error
8383
if len(filtered) > 0 {
84-
err = s.WaitForActions(cmd, s, util.FilterNil(actions)...)
84+
err = s.WaitForActions(cmd, s, filtered...)
8585
}
8686

8787
var actuallyDeleted []string

0 commit comments

Comments
 (0)