This commit is contained in:
Seth Reeser 2016-07-18 22:29:41 -04:00
parent 643b1c8a89
commit df35eb2a87
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module VagrantPlugins
if p == @provider
machine = @global_env.machine(name, p)
state = machine.state
if state.short_description.eql? 'running'
if state.short_description.eql? 'active' || 'running'
@updater.update_guest(machine)
end
end