We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb941 commit 2e8c7d4Copy full SHA for 2e8c7d4
modules/setting/actions.go
@@ -66,7 +66,7 @@ func (c logCompression) IsNone() bool {
66
}
67
68
func (c logCompression) IsZstd() bool {
69
- return c == "" || strings.EqualFold(string(c), "zstd")
+ return c == "" || string(c) == "zstd"
70
71
72
func loadActionsFrom(rootCfg ConfigProvider) error {
0 commit comments