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 c819cc45..b552cc06 100644
--- a/ale_linters/pug/puglint.vim
+++ b/ale_linters/pug/puglint.vim
@@ -47,7 +47,7 @@ endfunction
call ale#linter#Define('pug', {
\ 'name': 'puglint',
-\ 'executable': {b -> ale#node#FindExecutable(b, 'pug_puglint', [
+\ 'executable': {b -> ale#path#FindExecutable(b, 'pug_puglint', [
\ 'node_modules/.bin/pug-lint',
\ ])},
\ 'output_stream': 'stderr',