From 9b7786fc04da1f15703eb7816b1faa8df8b387fa Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 15 Sep 2013 10:28:06 -0700 Subject: [PATCH] change wording --- Library/brew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/brew.rb b/Library/brew.rb index eb46e88a3a..1ec1ad4c00 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -89,7 +89,7 @@ begin end end - # Add example external commands to PATH before checking. + # Add contributed commands to PATH before checking. ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmd" if require? HOMEBREW_REPOSITORY/"Library/Homebrew/cmd"/cmd Homebrew.send cmd.to_s.gsub('-', '_').downcase