From 7f4b54b792b0f5b307e8340922fe6fa3d5b9a5a4 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Wed, 28 Feb 2024 13:41:59 -0500 Subject: [PATCH] Address shellcheck error --- src/actionlint/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actionlint/install.sh b/src/actionlint/install.sh index 96566ab..05915c0 100755 --- a/src/actionlint/install.sh +++ b/src/actionlint/install.sh @@ -12,7 +12,7 @@ fi curl_installed="" -if ! [ type curl >/dev/null 2>&1 ]; then +if ! type curl >/dev/null 2>&1; then apt update --yes apt install --no-install-recommends --yes curl ca-certificates