diff --git a/mox-/config.go b/mox-/config.go index cd47938..ae9c2d5 100644 --- a/mox-/config.go +++ b/mox-/config.go @@ -401,7 +401,7 @@ func ParseConfig(ctx context.Context, p string, checkOnly, doLoadTLSKeyCerts, ch } defer f.Close() if err := sconf.Parse(f, &c.Static); err != nil { - return nil, []error{fmt.Errorf("parsing %s: %v", p, err)} + return nil, []error{fmt.Errorf("parsing %s%v", p, err)} } if xerrs := PrepareStaticConfig(ctx, p, c, checkOnly, doLoadTLSKeyCerts); len(xerrs) > 0 {