diff options
| author | Mike McQuaid | 2015-04-30 18:39:10 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-30 18:39:10 +0100 |
| commit | 01c6c737091beb2fc16d9d1535600b3346750d0c (patch) | |
| tree | a0cbda7cb6725789f5c0ee552f68df0c5d4a121d /Library | |
| parent | c10f19c8385be8d6fa6372926d208230c5f52a0a (diff) | |
| download | brew-01c6c737091beb2fc16d9d1535600b3346750d0c.tar.bz2 | |
utils: tweak access token text.
Closes Homebrew/homebrew#39214.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index ad358581e..41547cb77 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -312,9 +312,9 @@ module GitHub extend self def initialize(reset, error) super <<-EOS.undent GitHub #{error} - Try again in #{pretty_ratelimit_reset(reset)}, or create an API token: - https://github.com/settings/applications - and then set HOMEBREW_GITHUB_API_TOKEN. + 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. EOS end |
