From 39787503cc2059d1154c025205e49653ba3fa3b9 Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Wed, 22 Mar 2023 07:09:23 +0100 Subject: [PATCH] Fix typo --- cmd/csaf_aggregator/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/csaf_aggregator/config.go b/cmd/csaf_aggregator/config.go index 4a18f92..8b38c2e 100644 --- a/cmd/csaf_aggregator/config.go +++ b/cmd/csaf_aggregator/config.go @@ -270,7 +270,7 @@ func (c *config) setDefaults() { c.LockFile = &defaultLockFile } - if c.LockFile == "" { + if *c.LockFile == "" { c.LockFile = nil }