From df7c54517b8a7e1148b14cf9722b8c8231a630e1 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 27 Dec 2019 23:57:56 +0100 Subject: [PATCH] Edit echo --- 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 886246921..a06f5c339 100644 --- a/letsencrypt-auto-source/tests/centos6_tests.sh +++ b/letsencrypt-auto-source/tests/centos6_tests.sh @@ -22,7 +22,7 @@ fi if [ -f .failed-test ]; then exit 1 fi -echo "PASSED: On CentOS6 32 bits, certbot-auto refuses to install certbot." +echo "PASSED: On CentOS 6 32 bits, certbot-auto refused to install certbot." # we're going to modify env variables, so do this in a subshell (