Skip to content

Commit

Permalink
Update pkg/config/collector.go
Browse files Browse the repository at this point in the history
Co-authored-by: Edouard Schweisguth <[email protected]>
  • Loading branch information
jt-dd and edznux-dd authored Jul 30, 2024
1 parent 5ed563c commit 6bd7777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6bd7777

Please sign in to comment.