From a3b87bdfd8b3808f79938937c2afded4bc837b04 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:47:10 -0600 Subject: [PATCH] Update variables.sh: SC2317 ignored in yaml script not needed here --- variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.sh b/variables.sh index 9214341c8..10911885b 100644 --- a/variables.sh +++ b/variables.sh @@ -1,5 +1,5 @@ #!/bin/bash -# shellcheck disable=SC2034,SC2317 # variable unused, statement unreached +# shellcheck disable=SC2034 # variable unused # This file is source'd into other files to set some variables used by scripts. # This allows us to easily add and change directory names.