aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-07-21 15:43:22 +0100
committerMike McQuaid2014-07-21 15:43:54 +0100
commit19dce37a5fd5e13ff9459244652143d6201750f0 (patch)
tree10eeadcd7d0aa24a574c64d5a4c1d227ddcd957a /Library
parentf34fcd7781f5bbdade72856ad8d62fb077e3d994 (diff)
downloadbrew-19dce37a5fd5e13ff9459244652143d6201750f0.tar.bz2
brew-pull: don't fail to pull on Formula exception
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb
index 15292c7e7..5967eb0b9 100755
--- a/Library/Contributions/cmd/brew-pull.rb
+++ b/Library/Contributions/cmd/brew-pull.rb
@@ -99,7 +99,7 @@ ARGV.named.each do |arg|
begin
changed_formulae << Formula[name]
- rescue FormulaUnavailableError
+ rescue
next
end
end