Skip to content

Commit 1655165

Browse files
committed
shellcheck v0.10
1 parent 00a230f commit 1655165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/shellcheck.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# - VS extension: https://github.com/timonwong/vscode-shellcheck
66
#
77

8-
exec docker run --rm --interactive --volume "$PWD:/mnt:ro" koalaman/shellcheck:v0.9.0 "$@"
8+
exec docker run --rm --interactive --volume "$PWD:/mnt:ro" koalaman/shellcheck:v0.10.0 "$@"

0 commit comments

Comments
 (0)