Navigation Menu

Skip to content

Commit

Permalink
grndb: fix Ruby script path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 16, 2015
1 parent 6dfe582 commit 52fb128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grndb.c
Expand Up @@ -87,7 +87,7 @@ static int
run(grn_ctx *ctx, int argc, char **argv)
{
int exit_code = EXIT_SUCCESS;
const char *grndb_rb = "command/grndb.rb";
const char *grndb_rb = "command_line/grndb.rb";
grn_mrb_data *data = &(ctx->impl->mrb);
mrb_state *mrb = data->state;

Expand Down

0 comments on commit 52fb128

Please sign in to comment.