From f86cb48563cadfe0b9690bd1931c9d581bc1e3bd Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 21 Feb 2014 20:04:51 +0100 Subject: [PATCH] Documentation: Fix wrong double quote. --- doc/4.3-object-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/4.3-object-types.md b/doc/4.3-object-types.md index 354de33db..911c0490e 100644 --- a/doc/4.3-object-types.md +++ b/doc/4.3-object-types.md @@ -838,7 +838,7 @@ a defined JSON file. Example: object IcingaStatusWriter "status" { - status_path = (IcingaLocalStateDir + "/cache/icinga2/status.json)", + status_path = (IcingaLocalStateDir + "/cache/icinga2/status.json"), update_interval = 15s }