From 66e96d77c2b30268c3ce03c4a2af9632fb320a03 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Fri, 1 Mar 2024 18:59:45 +0000 Subject: [PATCH] Address shellcheck warning --- 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 d2406ea..51c98c9 100755 --- a/src/actionlint/install.sh +++ b/src/actionlint/install.sh @@ -21,7 +21,7 @@ fi check_packages curl ca-certificates if [[ "${ACTIONLINT_VERSION}" = "latest" ]]; then - ACTIONLINT_VERSION=$(latest_release_version "${ACTIONLINT_REPOSITORY}") + ACTIONLINT_VERSION=$(set -e; latest_release_version "${ACTIONLINT_REPOSITORY}") fi machine="$(uname -m)"