From 19dce37a5fd5e13ff9459244652143d6201750f0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 21 Jul 2014 15:43:22 +0100 Subject: brew-pull: don't fail to pull on Formula exception --- Library/Contributions/cmd/brew-pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3