Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Fix b3 typo in action_start #48

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/vagrant-vcloud/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def self.action_start
end
b.use Call, IsPaused do |env, b2|
if env[:result]
b3.use Resume
b2.use Resume
next
end
end
Expand Down