aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-04-30 18:39:10 +0100
committerMike McQuaid2015-04-30 18:39:10 +0100
commit01c6c737091beb2fc16d9d1535600b3346750d0c (patch)
treea0cbda7cb6725789f5c0ee552f68df0c5d4a121d /Library
parentc10f19c8385be8d6fa6372926d208230c5f52a0a (diff)
downloadbrew-01c6c737091beb2fc16d9d1535600b3346750d0c.tar.bz2
utils: tweak access token text.
Closes Homebrew/homebrew#39214.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/utils.rb6
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