Skip to content

Commit

Permalink
return path in kyoto mode for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Mar 1, 2012
1 parent 5d727d5 commit d91caed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/anystyle/parser/dictionary.rb
Expand Up @@ -171,7 +171,7 @@ def close
def path
case options[:mode]
when :kyoto
options[:cabinet]
options[:cabinet] || options[:path]
when :redis
options[:path] || options.values_at(:host, :port).join(':')
else
Expand Down

0 comments on commit d91caed

Please sign in to comment.