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

`brew list -v` means verbose, not versions


Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent e0cff10b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ module Homebrew extend self
# Things below use the CELLAR, which doesn't until the first formula is installed.
return unless HOMEBREW_CELLAR.exist?
if ARGV.flag? '--versions'
if ARGV.include? '--versions'
list_versions
elsif ARGV.named.empty?
ENV['CLICOLOR'] = nil
......
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