providers/hyperv: fix the class name
This commit is contained in:
parent
074ea02b82
commit
75754019a9
|
@ -1,7 +1,7 @@
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module Share
|
module HyperV
|
||||||
module Cap
|
module Cap
|
||||||
class VirtualBox
|
module PublicAddress
|
||||||
def self.public_address(machine)
|
def self.public_address(machine)
|
||||||
return nil if machine.state.id != :running
|
return nil if machine.state.id != :running
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue