Navigation Menu

Skip to content

Commit

Permalink
Specify catalog's path correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent ca052c9 commit 0fe1e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/command/serf_event_handler.rb
Expand Up @@ -120,7 +120,7 @@ def modify_catalog(modifications)
updated_params = CatalogGenerator.update_params(current_params,
modifications)
updated_catalog = CatalogGenerator.generate(updated_params)
SafeFileWriter.write(Catalog.path, JSON.pretty_generate(updated_catalog))
SafeFileWriter.write(Path.catalog, JSON.pretty_generate(updated_catalog))
end

def live_nodes
Expand Down

0 comments on commit 0fe1e1e

Please sign in to comment.