Navigation Menu

Skip to content

Commit

Permalink
droonga-engine: fix a typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 5, 2015
1 parent df3e4f3 commit 873812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/command/droonga_engine.rb
Expand Up @@ -151,7 +151,7 @@ def port
end

def tag
@port || config["tag"] || default_tag
@tag || config["tag"] || default_tag
end

def log_level
Expand Down

0 comments on commit 873812b

Please sign in to comment.