Skip to content

Commit

Permalink
docs: fix wrong config sample (#7208)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 8, 2020
1 parent 6fefb26 commit 2081ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Expand Up @@ -522,7 +522,7 @@ This field can be used to configure status codes that Renovate ignores and passe
"hostRules": [
{
"abortOnError": true,
"abortStatusCodes": [404]
"abortIgnoreStatusCodes": [404]
}
]
}
Expand Down

0 comments on commit 2081ea4

Please sign in to comment.