From 8b580c9899fd758de8710be0083d011323e8796c Mon Sep 17 00:00:00 2001 From: becivells <732903873@qq.com> Date: Mon, 27 Dec 2021 11:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils/utils.go b/internal/utils/utils.go index 0d95838..aab657e 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -16,7 +16,7 @@ import ( var ConfDefaultPath = []string{ "fofax.yaml", filepath.Join(getHomedir(), "fofax.yaml"), - "/etc/fofa.yaml", + "/etc/fofax.yaml", } // StructToMap Struct 转 Map