Navigation Menu

Skip to content

Commit

Permalink
Get tag value with name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent f85c1c7 commit 912d82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -154,7 +154,7 @@ def get_tag(name)
member["name"] == @name.to_s
end
if myself
myself["tags"]["name"]
myself["tags"][name]
else
nil
end
Expand Down

0 comments on commit 912d82f

Please sign in to comment.