Skip to content
Snippets Groups Projects
Commit 35894652 authored by Jack Nagel's avatar Jack Nagel
Browse files

doctor: don't check keg-onlies if cellar doesn't exist

parent aa7864c5
No related branches found
No related tags found
No related merge requests found
......@@ -751,6 +751,8 @@ end
def check_for_linked_keg_only_brews
require 'formula'
return unless HOMEBREW_CELLAR.exist?
warnings = Hash.new
Formula.each do |f|
......
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