Skip to content

Commit

Permalink
Update lib/octokit/default.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Floyd <[email protected]>
  • Loading branch information
alejndr0 and nickfloyd authored Jun 5, 2024
1 parent fc84248 commit 57761db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octokit/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
begin
require 'faraday/multipart'
rescue LoadError
Octokit::Warnable.octokit_warn 'To use retry middleware with Faraday v2.0+, install `faraday-multipart` gem'
Octokit::Warnable.octokit_warn 'To use multipart middleware with Faraday v2.0+, install `faraday-multipart` gem; note: this is used by the ManageGHES client for uploading licenses'
end
end

Expand Down

0 comments on commit 57761db

Please sign in to comment.