1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix typo: defautLockFile -> defaultLockFile

This commit is contained in:
JanHoefelmeyer 2023-03-20 08:31:06 +01:00
parent dd0be44e81
commit 0c4ae88ee0

View file

@ -270,7 +270,7 @@ func (c *config) setDefaults() {
if c.NoLock {
c.LockFile = nil
} else if c.LockFile == nil {
c.LockFile = &defautLockFile
c.LockFile = &defaultLockFile
}
if c.Workers <= 0 {