From f4495337fcbbe249942851bbbc49b420578af037 Mon Sep 17 00:00:00 2001 From: uu59 Date: Tue, 10 Feb 2015 15:55:39 +0900 Subject: [PATCH] Resolve TODO by removing so that was unused anywhere --- app/models/fluentd/agent/process_operation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/fluentd/agent/process_operation.rb b/app/models/fluentd/agent/process_operation.rb index 3fa6c1b..45eb581 100644 --- a/app/models/fluentd/agent/process_operation.rb +++ b/app/models/fluentd/agent/process_operation.rb @@ -34,7 +34,7 @@ class Fluentd def exec_dryrun(command, file_path = nil) Bundler.with_clean_env do unless system("#{command} -q --dry-run #{options_to_argv(config_file: file_path)}", out: File::NULL, err: File::NULL) - raise ::Fluentd::Agent::ConfigError, "TODO" + raise ::Fluentd::Agent::ConfigError end end end