diff options
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index c1caa2a3d..dada06f1f 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -134,6 +134,7 @@ class FormulaAuditor dep_f = dep.to_formula rescue FormulaUnavailableError problem "Can't find dependency #{dep.name.inspect}." + next end dep.options.reject do |opt| |
