From b50f3eeb8dd365530b2f66c5291d790a3b0c1c50 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 10 Dec 2019 21:58:51 +0100 Subject: [PATCH] Update letsencrypt-auto-source/tests/centos6_tests.sh Co-Authored-By: Brad Warren --- letsencrypt-auto-source/tests/centos6_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-auto-source/tests/centos6_tests.sh b/letsencrypt-auto-source/tests/centos6_tests.sh index 62ecbcb1c..fcb2431ca 100644 --- a/letsencrypt-auto-source/tests/centos6_tests.sh +++ b/letsencrypt-auto-source/tests/centos6_tests.sh @@ -100,7 +100,7 @@ if ! "$LE_AUTO" 2>&1 | grep -q "Certbot will no longer receive updates."; then exit 1 fi if ! "$LE_AUTO" --install-only 2>&1 | grep -q "Certbot cannot be installed."; then - echo "On CentOS 32 bits, certbot-auto installed again certbot." + echo "On CentOS 32 bits, certbot-auto installed certbot again." exit 1 fi