From 19dce37a5fd5e13ff9459244652143d6201750f0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 21 Jul 2014 15:43:22 +0100 Subject: [PATCH] brew-pull: don't fail to pull on Formula exception --- Library/Contributions/cmd/brew-pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index 15292c7e72..5967eb0b9a 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