aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-08-30 23:42:26 +0200
committerBaptiste Fontaine2015-08-31 09:21:51 +0200
commit5dd0f089a38ba10e481f44d74e072ea98f0b3301 (patch)
tree66ef6ead89e396c7f98723e828f1daf9c63704a6
parentc7450cb510e8fe0c33f1f8d695289cb025d8888f (diff)
downloadbrew-5dd0f089a38ba10e481f44d74e072ea98f0b3301.tar.bz2
config: show HOMEBREW_REPOSITORY
Closes Homebrew/homebrew#43423. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
-rw-r--r--Library/Homebrew/cmd/config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/config.rb b/Library/Homebrew/cmd/config.rb
index 74b4f436e..9246a2cd3 100644
--- a/Library/Homebrew/cmd/config.rb
+++ b/Library/Homebrew/cmd/config.rb
@@ -137,6 +137,7 @@ module Homebrew
f.puts "HEAD: #{head}"
f.puts "Last commit: #{last_commit}"
f.puts "HOMEBREW_PREFIX: #{HOMEBREW_PREFIX}"
+ f.puts "HOMEBREW_REPOSITORY: #{HOMEBREW_REPOSITORY}"
f.puts "HOMEBREW_CELLAR: #{HOMEBREW_CELLAR}"
f.puts "HOMEBREW_BOTTLE_DOMAIN: #{BottleSpecification::DEFAULT_DOMAIN}"
f.puts hardware