summaryrefslogtreecommitdiff
path: root/ale_linters/pug/puglint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/pug/puglint.vim')
-rw-r--r--ale_linters/pug/puglint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/pug/puglint.vim b/ale_linters/pug/puglint.vim
index 4ded7ead..3f817c31 100644
--- a/ale_linters/pug/puglint.vim
+++ b/ale_linters/pug/puglint.vim
@@ -6,5 +6,5 @@ call ale#linter#Define('pug', {
\ 'executable': 'pug-lint',
\ 'output_stream': 'stderr',
\ 'command': 'pug-lint -r inline %t',
-\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
+\ 'callback': 'ale#handlers#unix#HandleAsError',
\})