Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 639e2ec commit 01c57e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -135,7 +135,7 @@ def current_cluster_state
nodes[member["name"]] = {
"type" => member["tags"]["type"],
"role" => member["tags"]["role"],
"accept_messages_newer_than" => member["tags"]["accept-messages-newer-than"],
"accept_messages_newer_than" => member["tags"]["accept-newer-than"],
"live" => member["status"] == "alive",
}
end
Expand Down

0 comments on commit 01c57e6

Please sign in to comment.