Resolve TODO by removing so that was unused anywhere

This commit is contained in:
uu59 2015-02-10 15:55:39 +09:00
parent 68d3a87b79
commit f4495337fc

View File

@ -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