From 8f7e3bc8505d7a00d30b6bbd0f07b588b003e6b0 Mon Sep 17 00:00:00 2001 From: Philipp Meier Date: Thu, 28 Sep 2017 09:06:36 +0200 Subject: [PATCH] Remove incorrect comma in http service json config Signed-off-by: Philipp Meier --- json/http.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/http.json b/json/http.json index cf60532..2a7b50a 100644 --- a/json/http.json +++ b/json/http.json @@ -1,3 +1,3 @@ { - "http_80": { "service": "_http._tcp.local", "port": 80, "txt": [ "foo=bar"] }, + "http_80": { "service": "_http._tcp.local", "port": 80, "txt": [ "foo=bar"] } } -- 2.30.2