diff options
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -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 ee101b7c3..4cbb38301 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -419,10 +419,10 @@ module GitHub def initialize(reset, error) super <<-EOS.undent GitHub #{error} - Try again in #{pretty_ratelimit_reset(reset)}, or create an personal access token: - https://github.com/settings/tokens + Try again in #{pretty_ratelimit_reset(reset)}, or create a personal access token: + https://github.com/settings/tokens/new?scopes=&description=Homebrew and then set the token as: HOMEBREW_GITHUB_API_TOKEN - EOS + EOS end def pretty_ratelimit_reset(reset) |
