shell: Make description more accurate
The shell linter does more than just bash.
This commit is contained in:
parent
1997a8f7e2
commit
ece229c06f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
" Author: w0rp <devw0rp@gmail.com>
|
||||
" Description: Lints sh files using bash -n
|
||||
" Description: Lints shell files by invoking the shell with -n
|
||||
|
||||
" Backwards compatibility
|
||||
if exists('g:ale_linters_sh_shell_default_shell')
|
||||
|
|
Reference in a new issue