Navigation Menu

Skip to content

Commit

Permalink
Use instant variables correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent fe1150f commit 5d8f95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/catalog_generator.rb
Expand Up @@ -127,7 +127,7 @@ def generate_slice
{
"weight" => weight,
"volume" => {
"address" => "#{host}:#{port}/#{tag}.#{name}",
"address" => "#{@host}:#{@port}/#{@tag}.#{name}",
},
}
end
Expand Down

0 comments on commit 5d8f95c

Please sign in to comment.