format adjustment

This commit is contained in:
b1n23
2024-04-07 12:36:19 +00:00
parent c466f063c8
commit bfba44fbad
4 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ cachefly_deploy() {
_debug CACHEFLY_TOKEN "$CACHEFLY_TOKEN"
export _H1="Authorization: Bearer $CACHEFLY_TOKEN"
_response=$(_post "$_request_body" "$CACHEFLY_API_BASE/certificates" "" "POST" "application/json")
if _contains "$_response" "message"; then
_err "Error in deploying $_cdomain certificate to CacheFly."
_err "$_response"