Merge pull request #7446 from Bo98/hombrew

cmd/list: fix Hombrew typo
This commit is contained in:
Mike McQuaid 2020-04-27 08:37:55 +01:00 committed by GitHub
commit 5618b9c53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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