Navigation Menu

Skip to content

Commit

Permalink
Add missing to_s
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent c1a858c commit 96bd1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/tester.rb
Expand Up @@ -1134,7 +1134,7 @@ def execute_comment(content)

def execute_suggest_create_dataset(dataset_name)
command_line = [@context.groonga_suggest_create_dataset,
@context.db_path,
@context.db_path.to_s,
dataset_name]
packed_command_line = command_line.join(" ")
log_input("#{packed_command_line}\n")
Expand Down

0 comments on commit 96bd1c2

Please sign in to comment.