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 3282b02 commit 13cb941Copy full SHA for 13cb941
modules/setting/actions.go
@@ -62,7 +62,7 @@ func (c logCompression) IsValid() bool {
62
}
63
64
func (c logCompression) IsNone() bool {
65
- return strings.EqualFold(string(c), "none")
+ return string(c) == "none"
66
67
68
func (c logCompression) IsZstd() bool {
0 commit comments