Skip to content

Commit

Permalink
Fixes #208
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Jul 19, 2016
1 parent 643b1c8 commit df35eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-hostmanager/action/update_all.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def call(env)
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
Expand Down

0 comments on commit df35eb2

Please sign in to comment.