From 6bd7777c0c3bed2e273433b8bb60d09d01882e9b Mon Sep 17 00:00:00 2001 From: jt-dd <112463504+jt-dd@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:57:50 +0200 Subject: [PATCH] Update pkg/config/collector.go Co-authored-by: Edouard Schweisguth --- pkg/config/collector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/collector.go b/pkg/config/collector.go index 9a1605c76..40d283970 100644 --- a/pkg/config/collector.go +++ b/pkg/config/collector.go @@ -48,7 +48,7 @@ type FileCollectorConfig struct { type FileArchiveConfig struct { ArchiveName string `mapstructure:"archive_name"` // Name of the output archive - NoCompress bool `mapstructure:"no_compress"` // Enable compression for the dumped data (generates a tar.gz file) + NoCompress bool `mapstructure:"no_compress"` // Disable compression for the dumped data (generates a tar.gz file) } type BlobConfig struct {