Skip to content
Snippets Groups Projects
Commit bc41f947 authored by Xu Cheng's avatar Xu Cheng
Browse files

test-bot: rescue TapFormulaAmbiguityError

parent e744e8b0
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ module Homebrew
begin
formula = Formulary.factory(argument)
rescue FormulaUnavailableError
rescue FormulaUnavailableError, TapFormulaAmbiguityError
end
git "rev-parse", "--verify", "-q", argument
......
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