Skip to content

Commit

Permalink
Update dependency_manager.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
devnix committed Mar 7, 2016
1 parent 6ed3938 commit f1fe67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def check_plugins(dependencies)
puts "\033[33m" << " - Missing '#{dependency}'!" << "\e[0m"
if not system "vagrant plugin install #{dependency}"
puts "\n\033[33m" << " - Could not install plugin '#{dependency}'. " << "\e[0m\033[41m" <<"Stopped." << "\e[0m"
exit
exit -1
end
if no_missing == nil
Expand Down

0 comments on commit f1fe67e

Please sign in to comment.