Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/check-minio-update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ def local_version
raise IOError, "Unable to gather local minio version: #{stderr}"
end

stdout.split.last
stdout.lines.first.split.last
end
end