Skip to content

Commit

Permalink
Merge pull request #115 from blendle/fix-master-build
Browse files Browse the repository at this point in the history
Update shellcheck url
  • Loading branch information
oscaredel authored Apr 7, 2021
2 parents 2d068be + c4d8bc9 commit 77968b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -n "$CI" ] || ! command -v shellcheck >/dev/null 2>&1; then
fi

tmp=$(mktemp -d)
curl -Ls "https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz" |
curl -Ls "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz" |
tar xJf - --strip 1 -C "$tmp"

mkdir -p "$GOPATH/bin"
Expand Down

0 comments on commit 77968b7

Please sign in to comment.