cmd/list: fix Hombrew typo
This commit is contained in:
parent
bdc7ebf3c7
commit
95f226cf51
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user