mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
fix logging
This commit is contained in:
parent
86c2eb507b
commit
736fa201f2
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue