aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorAlex Muller2015-05-05 09:15:22 +0100
committerTim D. Smith2015-05-05 15:46:42 -0700
commit83bcde23170ceed42f6b86b5ea66a5ce20e00ff4 (patch)
tree92c4da8bd11372cc56fc89b17c1ef8a55d6fbe1e /Library/Homebrew/utils.rb
parentfb5ad8cb3fe07244c54a929e3a3798ada184f7cf (diff)
downloadbrew-83bcde23170ceed42f6b86b5ea66a5ce20e00ff4.tar.bz2
Update links to GitHub's personal access token
The link for the page that allows creation of API tokens has changed from /settings/applications to /settings/tokens. Also the wording on that page calls them "personal access tokens", so update Homebrew to be consistent with that. Closes Homebrew/homebrew#39378. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 41547cb77..fb9759584 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -332,7 +332,7 @@ module GitHub extend self
super <<-EOS.undent
GitHub #{error}
HOMEBREW_GITHUB_API_TOKEN may be invalid or expired, check:
- https://github.com/settings/applications
+ https://github.com/settings/tokens
EOS
end
end