Navigation Menu

Skip to content

Commit

Permalink
Use meaningful name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 24, 2017
1 parent 08f05bc commit 62c8bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/groonga-client
Expand Up @@ -19,5 +19,5 @@

require "groonga/client/command-line/groonga-client"

cli = Groonga::Client::CommandLine::GroongaClient.new
exit(cli.run(ARGV))
command_line = Groonga::Client::CommandLine::GroongaClient.new
exit(command_line.run(ARGV))

0 comments on commit 62c8bc4

Please sign in to comment.