Documentation: Fix wrong double quote.

This commit is contained in:
Michael Friedrich 2014-02-21 20:04:51 +01:00
parent 8d7f1ec925
commit f86cb48563
1 changed files with 1 additions and 1 deletions

View File

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