Skip to content

Commit 8b35ee3

Browse files
author
Markus Benkenstein
committed
linting: no possibility to shorten the line
1 parent 3b83eff commit 8b35ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/check-minio-update.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run
5858

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

6464
unless response.is_a?(Net::HTTPSuccess)

0 commit comments

Comments
 (0)