Skip to content

Commit

Permalink
update shellcheck url
Browse files Browse the repository at this point in the history
the origin shellcheck output:

You are downloading ShellCheck from an outdated URL!

Please update to the new URL:
https://github.com/koalaman/shellcheck/releases/download/v0.6.0/shellcheck-v0.6.0.linux.x86_64.tar.xz

For more information, see:
koalaman/shellcheck#1871

PS: Sorry for breaking your build. The hosting costs were getting out of hand :(

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
  • Loading branch information
zhijianli88 committed Dec 29, 2020
1 parent b7b1d15 commit 9d97f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trap cleanup EXIT
cd "${TMP_DIR}" || exit
VERSION="shellcheck-v0.6.0"
DOWNLOAD_FILE="${VERSION}.linux.x86_64.tar.xz"
wget https://storage.googleapis.com/shellcheck/"${DOWNLOAD_FILE}"
wget https://github.com/koalaman/shellcheck/releases/download/${VERSION#shellcheck-}/"${DOWNLOAD_FILE}"
tar xf "${DOWNLOAD_FILE}"
cd "${VERSION}" || exit

Expand Down

0 comments on commit 9d97f8f

Please sign in to comment.