Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Feb 14, 2021
1 parent 0152cc2 commit 7131daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/kvm/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (d *Driver) deleteNetwork() error {
return network.Undefine()
}
if err := retry.Local(destroy, 10*time.Second); err != nil {
return errors.Wrap(err, "destroying network")
return errors.Wrap(err, "deleting network")
}
log.Debugf("Network %s deleted", d.PrivateNetwork)

Expand Down

0 comments on commit 7131daf

Please sign in to comment.