mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
common/loggers: Fix typo in option name
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
2e4bf89ec7
commit
65871d5cf4
@@ -110,7 +110,7 @@ func TestSuppressStatements(t *testing.T) {
|
||||
|
||||
opts := loggers.Options{
|
||||
StoreErrors: true,
|
||||
SuppresssStatements: map[string]bool{
|
||||
SuppressStatements: map[string]bool{
|
||||
"error-1": true,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user