Navigation Menu

Skip to content

Commit

Permalink
droonga-engine: reset read configuration parameters for --base-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 5, 2015
1 parent f4c379b commit 1813ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/command/droonga_engine.rb
Expand Up @@ -280,6 +280,7 @@ def add_path_options(parser)
"Use DIR as the base directory",
"(#{Path.base})") do |dir|
Path.base = File.expand_path(dir)
@config = nil
end
end

Expand Down

0 comments on commit 1813ae2

Please sign in to comment.