Skip to content

Commit

Permalink
Merge pull request #86 from basho-labs/mtc-fix-cluster-info-endpoint
Browse files Browse the repository at this point in the history
Fix cluster info endpoint
sanmiguel authored Aug 11, 2016
2 parents af2407a + 0e39c72 commit e92765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rms_wm_resource.erl
Original file line number Diff line number Diff line change
@@ -226,7 +226,7 @@ get_cluster(ReqData) ->
Status = proplists:get_value(status, Cluster),
RiakConfig = proplists:get_value(riak_config, Cluster),
AdvancedConfig = proplists:get_value(advanced_config, Cluster),
NodeKeys = proplists:get_value(node_keys, Cluster),
NodeKeys = rms_node_manager:get_node_keys(Key),
BinNodeKeys = [list_to_binary(NodeKey) || NodeKey <- NodeKeys],
ClusterData = [{Key, [{key, list_to_binary(Key)},
{status, Status},

0 comments on commit e92765d

Please sign in to comment.