Improved the GitHub link that is generated when the required scope of the token has mismatched with the present scope
This commit is contained in:
parent
babebfd3a1
commit
57b7999843
@ -208,7 +208,7 @@ module GitHub
|
||||
Your #{what} credentials do not have sufficient scope!
|
||||
Scopes required: #{needed_scopes}
|
||||
Scopes present: #{credentials_scopes}
|
||||
#{GitHub.pat_blurb}
|
||||
#{GitHub.pat_blurb(needed_scopes.split(", "))}
|
||||
EOS
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user