Skip to content

Commit 24421c8

Browse files
author
Markus Benkenstein
committed
parse new minio version string
1 parent 93be08b commit 24421c8

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
@@ -82,6 +82,6 @@ def local_version
8282
raise IOError, "Unable to gather local minio version: #{stderr}"
8383
end
8484

85-
stdout.split.last
85+
stdout.lines.first.split.last
8686
end
8787
end

0 commit comments

Comments
 (0)