providers/hyperv: fix the class name

This commit is contained in:
Mitchell Hashimoto 2014-03-06 11:01:52 -08:00
parent 074ea02b82
commit 75754019a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
module VagrantPlugins
module Share
module HyperV
module Cap
class VirtualBox
module PublicAddress
def self.public_address(machine)
return nil if machine.state.id != :running