shell: Make description more accurate

The shell linter does more than just bash.
This commit is contained in:
Eddie Lebow 2019-11-23 00:06:41 -05:00
parent 1997a8f7e2
commit ece229c06f
No known key found for this signature in database
GPG Key ID: 21A09CFD989FD546
1 changed files with 1 additions and 1 deletions

View File

@ -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')