We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643b1c8 commit df35eb2Copy full SHA for df35eb2
lib/vagrant-hostmanager/action/update_all.rb
@@ -33,7 +33,7 @@ def call(env)
33
if p == @provider
34
machine = @global_env.machine(name, p)
35
state = machine.state
36
- if state.short_description.eql? 'running'
+ if state.short_description.eql? 'active' || 'running'
37
@updater.update_guest(machine)
38
end
39
0 commit comments