We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f7d91 commit d70f700Copy full SHA for d70f700
ci/lint/04_install.sh
@@ -10,5 +10,5 @@ travis_retry pip3 install codespell==1.15.0
10
travis_retry pip3 install flake8==3.7.8
11
12
SHELLCHECK_VERSION=v0.6.0
13
-curl -s "https://storage.googleapis.com/shellcheck/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
+curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
14
export PATH="/tmp/shellcheck-${SHELLCHECK_VERSION}:${PATH}"
0 commit comments