summaryrefslogtreecommitdiff
path: root/ale_linters/graphql/gqlint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/graphql/gqlint.vim')
-rw-r--r--ale_linters/graphql/gqlint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/graphql/gqlint.vim b/ale_linters/graphql/gqlint.vim
index e45bf4c8..d5029de1 100644
--- a/ale_linters/graphql/gqlint.vim
+++ b/ale_linters/graphql/gqlint.vim
@@ -10,6 +10,6 @@ endfunction
call ale#linter#Define('graphql', {
\ 'name': 'gqlint',
\ 'executable': 'gqlint',
-\ 'command_callback': 'ale_linters#graphql#gqlint#GetCommand',
+\ 'command': function('ale_linters#graphql#gqlint#GetCommand'),
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})