utils: tweak access token text.

Closes Homebrew/homebrew#39214.
This commit is contained in:
Mike McQuaid 2015-04-30 18:39:10 +01:00
parent c10f19c838
commit 01c6c73709

View File

@ -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