From c04bdf72c20fc7b31d490ece07b441378a127c8d Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 25 Jun 2024 14:10:45 -0500 Subject: [PATCH] fix lint issue caused by new version of shellcheck --- scripts/github/install-apt-packages-use-cache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/github/install-apt-packages-use-cache.sh b/scripts/github/install-apt-packages-use-cache.sh index 38a77fc84e..4adcfa10f1 100755 --- a/scripts/github/install-apt-packages-use-cache.sh +++ b/scripts/github/install-apt-packages-use-cache.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# shellcheck disable=SC2317 # We have exit 0 to purposely skip the remainder of the file. set -e # Special script which supports installing apt-packages, caching installed files into a directory