From 6e843815ff03c631e13d07704d1869991fe8d146 Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Wed, 2 Mar 2022 19:47:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=96=E6=B6=88=E6=AF=8F=E6=AC=A1?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=86=99=E5=85=A5=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/global/config.go b/global/config.go index 44549a1..758ff53 100644 --- a/global/config.go +++ b/global/config.go @@ -63,7 +63,6 @@ func readConfig() error { return e } - _ = viper.WriteConfig() return nil }