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 6ed3938 commit f1fe67eCopy full SHA for f1fe67e
dependency_manager.rb
@@ -23,7 +23,7 @@ def check_plugins(dependencies)
23
puts "\033[33m" << " - Missing '#{dependency}'!" << "\e[0m"
24
if not system "vagrant plugin install #{dependency}"
25
puts "\n\033[33m" << " - Could not install plugin '#{dependency}'. " << "\e[0m\033[41m" <<"Stopped." << "\e[0m"
26
- exit
+ exit -1
27
end
28
29
if no_missing == nil
0 commit comments