Skip to content

Commit

Permalink
include system_version in /riak-cs/info response
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zavada committed Oct 28, 2023
1 parent 1bfd6b2 commit 05d4454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/riak_cs/src/riak_cs_wm_info.erl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ gather_info() ->
_ -> io_lib:format("~b sec", [S])
end,
#{version => list_to_binary(?RCS_VERSION_STRING),
system_version => list_to_binary(lists:droplast(erlang:system_info(system_version))),
uptime => iolist_to_binary(Str)
}.

Expand Down

0 comments on commit 05d4454

Please sign in to comment.