diff --git a/main.go b/main.go index c0c7dd4..db1fb5c 100644 --- a/main.go +++ b/main.go @@ -607,7 +607,7 @@ func init() { func ParseIgnoreFile(fn string) *ignore.GitIgnore { obj, err := ignore.CompileIgnoreFile(ZSIGNORE) if err != nil { - log.WithError(err).Warnf("error parsing .zsignore: % (using defaults)s", fn) + log.WithError(err).Warnf("error parsing .zsignore: %s (using defaults)s", fn) return ignore.CompileIgnoreLines(DefaultIgnore) }