aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorOsman Surkatty2015-07-01 15:01:15 -0700
committerXu Cheng2015-07-03 14:42:43 +0800
commit310afba0267b5f69ce19c8b7d162c96f8216b03f (patch)
tree128987c6b3cc08b37eaca2e18a240ac33bd81e27 /Library/Homebrew/utils.rb
parent78a7dea3a0f9acedd4151749fe351a52eeb5fa12 (diff)
downloadbrew-310afba0267b5f69ce19c8b7d162c96f8216b03f.tar.bz2
Make HOMEBREW_GITHUB_API_TOKEN copy/paste friendly
A simple change that allows for easy copy/pasting. Right now if you were to double click on the text it will also inadvertently copy the trailing period. This change will alleviate the unnecessary gymnastics of not capturing the trailing period. /most_pedantic_pull_request_ever Closes Homebrew/homebrew#41257. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index d962106da..19b74a3cd 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -329,7 +329,7 @@ module GitHub extend self
GitHub #{error}
Try again in #{pretty_ratelimit_reset(reset)}, or create an personal access token:
https://github.com/settings/tokens
- and then set it as HOMEBREW_GITHUB_API_TOKEN.
+ and then set the token as: HOMEBREW_GITHUB_API_TOKEN
EOS
end