mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
docs: fix outdated default override replacement example
This commit is contained in:
parent
32fee53a8d
commit
f5a7ab0ca8
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
||||||
<CodeBlock code-lang="yaml">
|
<CodeBlock code-lang="yaml">
|
||||||
plugins:
|
plugins:
|
||||||
mod_actions:
|
mod_actions:
|
||||||
=overrides: # The "=" here means "replace any defaults"
|
replaceDefaultOverrides: true
|
||||||
|
overrides: # The "=" here means "replace any defaults"
|
||||||
- level: ">=70"
|
- level: ">=70"
|
||||||
config:
|
config:
|
||||||
can_warn: true
|
can_warn: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue