mirror of
https://github.com/gosticks/brew.git
synced 2026-08-13 05:00:20 +00:00
Fix Style
This commit is contained in:
@@ -50,7 +50,7 @@ module GitHub
|
||||
@github_message = github_message
|
||||
super <<~EOS
|
||||
GitHub API Error: #{github_message}
|
||||
Try again in #{pretty_ratelimit_reset(reset)}#{!API.credentials ? ", or:\n" + CREATE_GITHUB_PAT_MESSAGE : ""}
|
||||
Try again in #{pretty_ratelimit_reset(reset)}#{API.credentials ? "" : ", or:\n#{CREATE_GITHUB_PAT_MESSAGE}"}
|
||||
EOS
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user