Skip to content

Commit

Permalink
linting: no possibility to shorten the line
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-as committed Aug 19, 2024
1 parent 3b83eff commit 8b35ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-minio-update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run

def latest_version
@latest_version ||= begin
uri = URI.parse("#{config[:checkurl]}/#{config[:platform]}/minio.sha256sum")
uri = URI.parse("#{config[:checkurl]}/#{config[:platform]}/minio.sha256sum") # rubocop:disable Layout/LineLength
response = Net::HTTP.get_response(uri)

unless response.is_a?(Net::HTTPSuccess)
Expand Down

0 comments on commit 8b35ee3

Please sign in to comment.