From 54e4749ddfc60e27d46dbeff2a97a1e20c9e2508 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 15 Nov 2022 17:30:55 -0500 Subject: [PATCH] remove comma --- salt/common/files/daemon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/files/daemon.json b/salt/common/files/daemon.json index d13a80e4b..c2a2bfedb 100644 --- a/salt/common/files/daemon.json +++ b/salt/common/files/daemon.json @@ -1,3 +1,3 @@ { - "registry-mirrors": [ "https://:5000" ], + "registry-mirrors": [ "https://:5000" ] }