summaryrefslogtreecommitdiff
path: root/ale_linters/html/proselint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/html/proselint.vim')
-rw-r--r--ale_linters/html/proselint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/html/proselint.vim b/ale_linters/html/proselint.vim
index 50ab5e49..9fd7d671 100644
--- a/ale_linters/html/proselint.vim
+++ b/ale_linters/html/proselint.vim
@@ -5,5 +5,5 @@ call ale#linter#Define('html', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
\ 'command': 'proselint %t',
-\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
+\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})