Navigation Menu

Skip to content

Commit

Permalink
Remove duplicated "error"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 27, 2015
1 parent 7aa1dac commit 25a85ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/test-runner.rb
Expand Up @@ -364,7 +364,7 @@ def create_config_file(context, host, port, pid_file_path)
master_process off;
worker_processes 1;
working_directory #{context.temporary_directory_path};
error_log groonga-httpd-error-error.log;
error_log groonga-httpd-error.log;
pid #{pid_file_path};
events {
worker_connections 1024;
Expand Down

0 comments on commit 25a85ad

Please sign in to comment.