Navigation Menu

Skip to content

Commit

Permalink
Convert Pathname to string before using as a command line parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 464ab72 commit 036ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -61,7 +61,7 @@ def run_agent(loop)
@name.host, agent_port, rpc_port,
"-node", @name.to_s,
"-event-handler", "droonga-engine-serf-event-handler",
"-tags-file", self.class.tags_file,
"-tags-file", self.class.tags_file.to_s,
*retry_joins)
agent.on_ready = lambda do
set_tag("type", "engine")
Expand Down

0 comments on commit 036ba04

Please sign in to comment.