Correct release script filename in lint.sh

This commit is contained in:
Trevor Brown 2019-03-24 18:39:47 -04:00
parent 85057b6969
commit 11f81580b9

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
exec shellcheck -s bash -x \ exec shellcheck -s bash -x \
asdf.sh lint.sh release.sh \ asdf.sh lint.sh release/tag.sh \
bin/asdf bin/private/asdf-exec \ bin/asdf bin/private/asdf-exec \
lib/utils.sh lib/commands/*.sh \ lib/utils.sh lib/commands/*.sh \
completions/*.bash \ completions/*.bash \