From bc2c8d6eaa0066eb84d6eb6144f8956e0d7cb3e0 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 1 Apr 2022 18:07:19 +0200 Subject: [PATCH] Remove trailing spaces to get rid of failing status of CI --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 3cd77dc..6c5d622 100755 --- a/testssl.sh +++ b/testssl.sh @@ -18728,7 +18728,7 @@ determine_service() { else # If the XMPP name cannot be provided using -xmpphost, # then it needs to be provided to the -connect option - NODEIP="$NODE" + NODEIP="$NODE" fi fi elif [[ "$protocol" == postgres ]]; then