From 19b98f468c61b915ca10e13d2755c8e6ddbcd550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 29 Jul 2021 16:32:46 +0200 Subject: [PATCH] Update lib/tests.sh Co-authored-by: yalh76 --- lib/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests.sh b/lib/tests.sh index 29cdade..b233aaa 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -185,7 +185,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () { log_debug "Running curl $check_domain$curl_check_path" - # Call curl to try to access to the URL of the app + # Call cURL to try to access to the URL of the app curl --location --insecure --silent --show-error \ --header "Host: $check_domain" \ --resolve $DOMAIN:80:$LXC_IP \