aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
authorXu Cheng2016-03-06 15:01:54 +0800
committerXu Cheng2016-04-02 21:51:36 +0800
commit2bb30fc5f0ab4146190e65d017ea0ad4eac40dbf (patch)
tree7cccde326b58f56cb5ede191c17ce04acba98a20 /Library/brew.rb
parent5bb8e8985d8b26531767be500a59f9761aac1c38 (diff)
downloadbrew-2bb30fc5f0ab4146190e65d017ea0ad4eac40dbf.tar.bz2
--version/config: show core tap information
Diffstat (limited to 'Library/brew.rb')
-rw-r--r--Library/brew.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index cf89cb86d..202e9a847 100644
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -7,6 +7,7 @@ require "global"
if ARGV == %w[--version] || ARGV == %w[-v]
puts "Homebrew #{Homebrew.homebrew_version_string}"
+ puts "Homebrew/homebrew-core #{Homebrew.core_tap_version_string}"
exit 0
end