utils/github: Say "macOS keychain" in MissingAuthenticationError
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
9394fe2b52
commit
f71ea65ee0
@ -84,7 +84,7 @@ module GitHub
|
|||||||
# Error when the user has no GitHub API credentials set at all (macOS keychain or envvar).
|
# Error when the user has no GitHub API credentials set at all (macOS keychain or envvar).
|
||||||
class MissingAuthenticationError < Error
|
class MissingAuthenticationError < Error
|
||||||
def initialize
|
def initialize
|
||||||
message = +"No GitHub credentials found in Keychain or environment.\n"
|
message = +"No GitHub credentials found in macOS Keychain or environment.\n"
|
||||||
message << CREATE_GITHUB_PAT_MESSAGE
|
message << CREATE_GITHUB_PAT_MESSAGE
|
||||||
super message
|
super message
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user