Skip to content

Commit

Permalink
Persist the warning (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango authored Aug 25, 2024
1 parent 4d96e62 commit fc4ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/pkg/provider/cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (s *State[T]) Delete(ctx context.Context) error {
}

if len(failed) > 0 {
log.WarningStatusf("%d delete operation(s) failed", len(failed))
log.Warningf("%d delete operation(s) failed", len(failed))
}
}

Expand Down

0 comments on commit fc4ad6c

Please sign in to comment.