fix logging

This commit is contained in:
Dustin Decker 2022-02-15 21:49:54 -08:00
parent 86c2eb507b
commit 736fa201f2

View file

@ -103,7 +103,7 @@ func main() {
filter, err := common.FilterFromFiles(*gitScanIncludePaths, *gitScanExcludePaths)
if err != nil {
logrus.WithError(err)
logrus.WithError(err).Fatal("could not create filter")
}
var repoPath string