From 1e626bccd1b85a31fad7e5a596eb921e43282b59 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 24 Apr 2023 00:16:00 +0200 Subject: [PATCH] fix typo --- files/get_cert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/get_cert.sh b/files/get_cert.sh index d663599..a223bf3 100755 --- a/files/get_cert.sh +++ b/files/get_cert.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -eval "$(jq -r '@sh "PUBKEY=\(.pubkey) HOST=\(.host) CAHOST=\(.cahost) CASCRIPT=\.(.cascript)"')" +eval "$(jq -r '@sh "PUBKEY=\(.pubkey) HOST=\(.host) CAHOST=\(.cahost) CASCRIPT=\(.cascript)"')" # TODO: Can this be done more eye-pleasingly? set +e