Fixes #208
This commit is contained in:
parent
643b1c8a89
commit
df35eb2a87
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue