brew-pull: don't fail to pull on Formula exception

This commit is contained in:
Mike McQuaid 2014-07-21 15:43:22 +01:00
parent f34fcd7781
commit 19dce37a5f

View File

@ -99,7 +99,7 @@ ARGV.named.each do |arg|
begin begin
changed_formulae << Formula[name] changed_formulae << Formula[name]
rescue FormulaUnavailableError rescue
next next
end end
end end