From aa621b4ff88f19835c066e3a4ee83e248ce5a434 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 13 Mar 2017 22:29:02 +0800 Subject: [PATCH] fix config.sample.json --- config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 78bc965..b713468 100644 --- a/config.sample.json +++ b/config.sample.json @@ -11,7 +11,7 @@ "domain": [{ "name": "example.com", "sub": [ - "sub1" + { "name": "sub1" } ] }] } \ No newline at end of file