From 619544dd0209963a3311722ceee4812d8ceba68e Mon Sep 17 00:00:00 2001 From: James Richardson Date: Sat, 30 Jul 2011 10:29:19 -0400 Subject: [PATCH] Fixed more typos from initial commit --- inputs/cf-report.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs/cf-report.cf b/inputs/cf-report.cf index a39c8c2..0c895df 100644 --- a/inputs/cf-report.cf +++ b/inputs/cf-report.cf @@ -6,6 +6,6 @@ body reporter control { reports => { "performance", "last_seen", "monitor_history" }; - build_directory => { "$(sys.workdir)/reports" }; + build_directory => "$(sys.workdir)/reports"; report_output => "text"; } -- 2.11.4.GIT