From 0480fcdf3b2d012b6d0f4e67897f0a84dd6fd901 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 24 Aug 2020 18:56:37 +0300 Subject: [PATCH] Remove trailing comma --- puppet/example-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/example-config.json b/puppet/example-config.json index ffeef59..341e7ee 100644 --- a/puppet/example-config.json +++ b/puppet/example-config.json @@ -5,5 +5,5 @@ }, "profile_dir": "./profiles", "disable_debug": true, - "url": "https://messages.google.com/web/", + "url": "https://messages.google.com/web/" }