summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-sh.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt
index b35d6f2e..597b75ff 100644
--- a/doc/ale-sh.txt
+++ b/doc/ale-sh.txt
@@ -53,7 +53,7 @@ g:ale_linters_sh_shellcheck_exclusions *g:ale_linters_sh_shellcheck_exclusions*
will be sourced by other scripts, use the buffer-local variant:
>
autocmd BufEnter PKGBUILD,.env
- \ let b:ale_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164'
+ \ let b:ale_linters_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164'
<
-------------------------------------------------------------------------------