We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a26848 commit a5026d8Copy full SHA for a5026d8
lib/octokit/error.rb
@@ -77,7 +77,7 @@ def self.error_for_403(body)
77
Octokit::TooManyRequests
78
when /login attempts exceeded/i
79
Octokit::TooManyLoginAttempts
80
- when /(returns|for) blobs (up to|between) [0-9\-]+ MB/i
+ when /(returns|for) blobs (up to|between) [0-9-]+ MB/i
81
Octokit::TooLargeContent
82
when /abuse/i
83
Octokit::AbuseDetected
0 commit comments