Skip to content

Commit

Permalink
fixed doule disconnect on reload due to use of with_ovirt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Seifried committed Jan 9, 2021
1 parent 92c9a6b commit 96f17c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-ovirt4/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def self.action_halt
end

def self.action_reload
with_ovirt do |env, b|
Vagrant::Action::Builder.new.tap do |b|
b.use action_halt
b.use action_up
end
Expand Down

0 comments on commit 96f17c0

Please sign in to comment.