mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Fix typo: defautLockFile -> defaultLockFile
This commit is contained in:
parent
dd0be44e81
commit
0c4ae88ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue