From: Michael Friedrich Date: Fri, 21 Feb 2014 19:04:51 +0000 (+0100) Subject: Documentation: Fix wrong double quote. X-Git-Tag: v0.0.8~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f86cb48563cadfe0b9690bd1931c9d581bc1e3bd;p=icinga2 Documentation: Fix wrong double quote. --- 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 }