Navigation Menu

Skip to content

Commit

Permalink
droonga-engine: use meaningful name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 5, 2015
1 parent 376d64e commit ad5a90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/droonga/command/droonga_engine.rb
Expand Up @@ -235,9 +235,9 @@ def config
end

def load_config
config = Path.config
if config.exist?
YAML.load_file(config)
config_path = Path.config
if config_path.exist?
YAML.load_file(config_path)
else
{}
end
Expand Down

0 comments on commit ad5a90a

Please sign in to comment.