Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 13, 2018
1 parent 5d7be70 commit a36c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga-query-log/server-verifier.rb
Expand Up @@ -145,7 +145,7 @@ def verify_command(groonga1_client, groonga2_client, command)
$stderr.puts("Rewritten filter:")
$stderr.puts(" Before: #{filter}")
$stderr.puts(" After: #{rewritten_filter}")
command["filter"] = filter
command["filter"] = rewritten_filter
end
end
response1 = groonga1_client.execute(command)
Expand Down

0 comments on commit a36c4f4

Please sign in to comment.