aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/--repository.rb
blob: e2a5feb1317cecb767e7bb838736c9868403fda0 (plain)
1
2
3
4
5
module Homebrew
  def __repository
    puts HOMEBREW_REPOSITORY
  end
end