diff options
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/yaml/actionlint.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/yaml/actionlint.vim b/ale_linters/yaml/actionlint.vim index 0984defb..20455765 100644 --- a/ale_linters/yaml/actionlint.vim +++ b/ale_linters/yaml/actionlint.vim @@ -15,7 +15,7 @@ function! ale_linters#yaml#actionlint#GetCommand(buffer) abort let l:options .= ale#Pad('-oneline') endif - return '%e' . ale#Pad(l:options) + return '%e' . ale#Pad(l:options) . ' - ' endfunction function! ale_linters#yaml#actionlint#Handle(buffer, lines) abort |