summaryrefslogtreecommitdiff
path: root/ale_linters/html/htmlhint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/html/htmlhint.vim')
-rw-r--r--ale_linters/html/htmlhint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/html/htmlhint.vim b/ale_linters/html/htmlhint.vim
index 3e01f51a..25bf5137 100644
--- a/ale_linters/html/htmlhint.vim
+++ b/ale_linters/html/htmlhint.vim
@@ -24,7 +24,7 @@ endfunction
call ale#linter#Define('html', {
\ 'name': 'htmlhint',
-\ 'executable': {b -> ale#node#FindExecutable(b, 'html_htmlhint', [
+\ 'executable': {b -> ale#path#FindExecutable(b, 'html_htmlhint', [
\ 'node_modules/.bin/htmlhint',
\ ])},
\ 'command': function('ale_linters#html#htmlhint#GetCommand'),