mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix typo
This commit is contained in:
parent
f638ae9a23
commit
39787503cc
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ func (c *config) setDefaults() {
|
||||||
c.LockFile = &defaultLockFile
|
c.LockFile = &defaultLockFile
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.LockFile == "" {
|
if *c.LockFile == "" {
|
||||||
c.LockFile = nil
|
c.LockFile = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue