aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/github.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-19 08:17:36 +0100
committerGitHub2016-09-19 08:17:36 +0100
commit167af26a2437ed3b2f72f65c471e0c9829155a3b (patch)
tree9c7e7dfa697c830e541f86440d4064ec10620804 /Library/Homebrew/utils/github.rb
parent7e7a7145058d18637222a02caeadd625080b2d44 (diff)
parent3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708 (diff)
downloadbrew-167af26a2437ed3b2f72f65c471e0c9829155a3b.tar.bz2
Merge pull request #1019 from MikeMcQuaid/macos-rename
Use new "macOS" naming where appropriate.
Diffstat (limited to 'Library/Homebrew/utils/github.rb')
-rw-r--r--Library/Homebrew/utils/github.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb
index 9431fa15f..654272363 100644
--- a/Library/Homebrew/utils/github.rb
+++ b/Library/Homebrew/utils/github.rb
@@ -33,7 +33,7 @@ module GitHub
EOS
else
message << <<-EOS.undent
- The GitHub credentials in the OS X keychain may be invalid.
+ The GitHub credentials in the macOS keychain may be invalid.
Clear them with:
printf "protocol=https\\nhost=github.com\\n" | git credential-osxkeychain erase
Or create a personal access token:
@@ -103,7 +103,7 @@ module GitHub
case GitHub.api_credentials_type
when :keychain
onoe <<-EOS.undent
- Your OS X keychain GitHub credentials do not have sufficient scope!
+ Your macOS keychain GitHub credentials do not have sufficient scope!
Scopes they have: #{credentials_scopes}
Create a personal access token: https://github.com/settings/tokens
and then set HOMEBREW_GITHUB_API_TOKEN as the authentication method instead.