diff --git a/config/config.go b/config/config.go index 1d932fbf..945b48f9 100644 --- a/config/config.go +++ b/config/config.go @@ -130,7 +130,7 @@ func LoadWithRoot(root string) Config { if root != "" { cfg.Root, _ = filepath.Abs(root) } else { - cfg.Root, _ = filepath.Abs(cfg.Root) + cfg.Root, _ = filepath.Abs(cfg.Root) } // App Root