mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix uninitialized constant DestroyNetworkError
This was caused by a typo in the class name.
This commit is contained in:
parent
d2f96f56f6
commit
0e88594967
@ -66,7 +66,7 @@ module VagrantPlugins
|
||||
libvirt_network.undefine
|
||||
@logger.info "Undefined it"
|
||||
rescue => e
|
||||
raise Error::DestroyNetworkError,
|
||||
raise Errors::DestroyNetworkError,
|
||||
network_name: libvirt_network.name,
|
||||
error_message: e.message
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user