1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00
This commit is contained in:
JanHoefelmeyer 2023-03-22 07:09:23 +01:00
parent f638ae9a23
commit 39787503cc

View file

@ -270,7 +270,7 @@ func (c *config) setDefaults() {
c.LockFile = &defaultLockFile
}
if c.LockFile == "" {
if *c.LockFile == "" {
c.LockFile = nil
}