Skip to content

Commit

Permalink
Update ShellCheck download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
julienfalque committed Jun 3, 2020
1 parent 80244d8 commit 10dc54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bin/checkbashisms --version

echo λλλ shellcheck
if [ ! -x bin/shellcheck ]; then
wget -qO- "https://storage.googleapis.com/shellcheck/shellcheck-${VERSION_SC}.linux.x86_64.tar.xz" \
wget -qO- "https://github.com/koalaman/shellcheck/releases/download/${VERSION_SC}/shellcheck-${VERSION_SC}.linux.x86_64.tar.xz" \
| tar -xJv -O shellcheck-${VERSION_SC}/shellcheck \
> bin/shellcheck
chmod u+x bin/shellcheck
Expand Down

0 comments on commit 10dc54f

Please sign in to comment.