diff --git a/cmd/csaf_aggregator/config.go b/cmd/csaf_aggregator/config.go index 57461e9..f20b585 100644 --- a/cmd/csaf_aggregator/config.go +++ b/cmd/csaf_aggregator/config.go @@ -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 {