Skip to content

Commit b41d8dd

Browse files
committed
shellcheck v0.10
1 parent dc57306 commit b41d8dd

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)