mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Correct release script filename in lint.sh
This commit is contained in:
parent
85057b6969
commit
11f81580b9
2
lint.sh
2
lint.sh
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user