Skip to content

Commit

Permalink
fixes linting exception
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd committed Nov 14, 2022
1 parent 0a26848 commit a5026d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octokit/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def self.error_for_403(body)
Octokit::TooManyRequests
when /login attempts exceeded/i
Octokit::TooManyLoginAttempts
when /(returns|for) blobs (up to|between) [0-9\-]+ MB/i
when /(returns|for) blobs (up to|between) [0-9-]+ MB/i
Octokit::TooLargeContent
when /abuse/i
Octokit::AbuseDetected
Expand Down

0 comments on commit a5026d8

Please sign in to comment.