From 3440fa7415238d1041010c3d05071715b004892f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 27 Oct 2024 16:23:08 -0400 Subject: [PATCH] actions: quotes --- .github/actions/decrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 3c99a2aa..b69a8927 100755 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -30,7 +30,7 @@ gpg --batch \ if [[ "${RUNNER_OS}" == "macOS" ]]; then tar="gtar" else - tar="tar' + tar="tar" "$tar" xlvvf "$credsfile" --directory "$credspath" rm -rvf "$gpgfile"