Fix mistake in the watches documentation

This commit is contained in:
Theo Hultberg 2014-10-11 17:04:52 +02:00
parent ebc7285c1f
commit 5560d2700b

View File

@ -213,7 +213,7 @@ Here is an example configuration:
{ {
"type": "service", "type": "service",
"key": "redis", "service": "redis",
"handler": "/usr/bin/my-service-handler.sh" "handler": "/usr/bin/my-service-handler.sh"
} }