diff --git a/lib/vagrant-hostmanager/action/update_all.rb b/lib/vagrant-hostmanager/action/update_all.rb index 3f0366d..918abe1 100644 --- a/lib/vagrant-hostmanager/action/update_all.rb +++ b/lib/vagrant-hostmanager/action/update_all.rb @@ -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