diff --git a/global/config.go b/global/config.go index f46b548..4cd88de 100644 --- a/global/config.go +++ b/global/config.go @@ -41,7 +41,7 @@ func init() { }, }, Path: Flags.Path, - FillDefault: true, + FillDefault: false, Overwrite: true, }); e != nil { if config.IsNew(e) {