Skip to content

Commit 66e96d7

Browse files
Address shellcheck warning
1 parent 978a1ad commit 66e96d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/actionlint/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
check_packages curl ca-certificates
2222

2323
if [[ "${ACTIONLINT_VERSION}" = "latest" ]]; then
24-
ACTIONLINT_VERSION=$(latest_release_version "${ACTIONLINT_REPOSITORY}")
24+
ACTIONLINT_VERSION=$(set -e; latest_release_version "${ACTIONLINT_REPOSITORY}")
2525
fi
2626

2727
machine="$(uname -m)"

0 commit comments

Comments
 (0)