diff options
| author | Osman Surkatty | 2015-07-01 15:01:15 -0700 |
|---|---|---|
| committer | Xu Cheng | 2015-07-03 14:42:43 +0800 |
| commit | 310afba0267b5f69ce19c8b7d162c96f8216b03f (patch) | |
| tree | 128987c6b3cc08b37eaca2e18a240ac33bd81e27 /Library/Homebrew/utils.rb | |
| parent | 78a7dea3a0f9acedd4151749fe351a52eeb5fa12 (diff) | |
| download | brew-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.rb | 2 |
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 |
