Skip to content

Commit

Permalink
Address shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Mar 1, 2024
1 parent 978a1ad commit 66e96d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actionlint/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 66e96d7

Please sign in to comment.