Update linx-cleanup.go

This commit is contained in:
Seb3thehacker 2022-03-24 08:36:47 +00:00 committed by GitHub
parent 5c528fddf1
commit 87d2253414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,5 @@ func main() {
"don't log deleted files")
flag.Parse()
cleanup.Cleanup(filesDir, metaDir, locksDir, noLogs)
cleanup.Cleanup(filesDir, metaDir, noLogs)
}