Skip to content
Snippets Groups Projects
Commit 32d8574d authored by Jack Nagel's avatar Jack Nagel
Browse files

brew-pull: fix --install

parent 9c757d6e
No related branches found
No related tags found
No related merge requests found
......@@ -134,9 +134,9 @@ ARGV.named.each do |arg|
if ARGV.include? '--install'
changed_formulae.each do |f|
ohai "Installing #{formula}"
ohai "Installing #{f.name}"
install = f.installed? ? 'upgrade' : 'install'
safe_system 'brew', install, '--debug', formula
safe_system 'brew', install, '--debug', f.name
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment