diff options
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 |
