cmd/list: fix Hombrew typo

This commit is contained in:
Bo Anderson 2020-04-27 00:45:41 +01:00
parent bdc7ebf3c7
commit 95f226cf51

View File

@ -55,7 +55,7 @@ module Homebrew
# Unbrewed uses the PREFIX, which will exist # Unbrewed uses the PREFIX, which will exist
# Things below use the CELLAR, which doesn't until the first formula is installed. # Things below use the CELLAR, which doesn't until the first formula is installed.
unless HOMEBREW_CELLAR.exist? unless HOMEBREW_CELLAR.exist?
raise NoSuchKegError, Hombrew.args.named.first if args.named.present? raise NoSuchKegError, args.named.first if args.named.present?
return return
end end