Fixes ShellCheck download URL, refs #597

pull/600/head
Nikita Sobolev 4 years ago committed by GitHub
parent 12241f150b
commit fb1aa1742b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@
- name: Get ShellCheck
get_url:
url: https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
url: https://github.com/koalaman/shellcheck/releases/download/latest/shellcheck-latest.linux.x86_64.tar.xz
dest: /tmp/shellcheck.tar.xz
- name: Install ShellCheck

Loading…
Cancel
Save