From 75754019a9b0fe40240f4bbf180a203cc2c1f7fd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 6 Mar 2014 11:01:52 -0800 Subject: [PATCH] providers/hyperv: fix the class name --- plugins/providers/hyperv/cap/public_address.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/providers/hyperv/cap/public_address.rb b/plugins/providers/hyperv/cap/public_address.rb index 165742525..cb7d4f692 100644 --- a/plugins/providers/hyperv/cap/public_address.rb +++ b/plugins/providers/hyperv/cap/public_address.rb @@ -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