From bda97fff4e44ea00254455390ef2bc648723bde0 Mon Sep 17 00:00:00 2001 From: Guilherme Pereira Date: Wed, 20 Mar 2024 13:39:39 +0000 Subject: [PATCH] fix format --- deploy/cloudhub_v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cloudhub_v2.sh b/deploy/cloudhub_v2.sh index 5c1d73a0..552729a4 100755 --- a/deploy/cloudhub_v2.sh +++ b/deploy/cloudhub_v2.sh @@ -127,7 +127,7 @@ cloudhub_v2_deploy() { fi _ret="$?" - _debug cert_response "$cert_response" + _debug cert_response "$cert_response" if [ "$_ret" != 0 ]; then _err "Error while creating/updating TLS-Context"