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