install-shellcheck: Upgrade ShellCheck from 0.6.0 to 0.7.0.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-11-11 14:43:52 -08:00
committed by Tim Abbott
parent ac49736311
commit 5e89a7d646
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu
version=0.6.0
version=0.7.0
if ! out="$(shellcheck --version 2>/dev/null)" || [[ "$out" != *"
version: $version