From ed243b08f86879d6781041317ffbb68ea5f25d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0?= Date: Wed, 1 Mar 2017 09:03:03 +0100 Subject: [PATCH] Fix #1 - Typo in example config file There was a typo (missing double quotes). This fixes #1 --- conf/servers.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/servers.json.example b/conf/servers.json.example index 7cbdbe4..8dd5362 100644 --- a/conf/servers.json.example +++ b/conf/servers.json.example @@ -1,5 +1,5 @@ { - Server A": { + "Server A": { "url": "http://one.example.com:2812", "user": "monit", "passwd": "secret"