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 authored and piroor committed Jan 6, 2015
1 parent ef36b09 commit e7ed9c6
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 e7ed9c6

Please sign in to comment.