Navigation Menu

Skip to content

Commit

Permalink
groonga: Fix mismatched variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent d151dda commit 5eb8f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/groonga/table_remove.rb
Expand Up @@ -27,7 +27,7 @@ def process_request(request)
command_class = ::Groonga::Command.find("table_remove")
@command = command_class.new("table_remove", request)

table_name = valid_table_name("name")
name = valid_table_name("name")

::Groonga::Schema.define(:context => @context) do |schema|
schema.remove_table(name)
Expand Down

0 comments on commit 5eb8f2a

Please sign in to comment.