Skip to content

Commit f1fe67e

Browse files
committed
Update dependency_manager.rb
1 parent 6ed3938 commit f1fe67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def check_plugins(dependencies)
2323
puts "\033[33m" << " - Missing '#{dependency}'!" << "\e[0m"
2424
if not system "vagrant plugin install #{dependency}"
2525
puts "\n\033[33m" << " - Could not install plugin '#{dependency}'. " << "\e[0m\033[41m" <<"Stopped." << "\e[0m"
26-
exit
26+
exit -1
2727
end
2828
2929
if no_missing == nil

0 commit comments

Comments
 (0)