diff --git a/letsencrypt-auto-source/tests/oraclelinux6_tests.sh b/letsencrypt-auto-source/tests/oraclelinux6_tests.sh index 2f5b69d86..323cb73e2 100644 --- a/letsencrypt-auto-source/tests/oraclelinux6_tests.sh +++ b/letsencrypt-auto-source/tests/oraclelinux6_tests.sh @@ -55,7 +55,7 @@ if [ "$version" != "$INITIAL_CERTBOT_VERSION_PY34" ]; then exit 1 fi -echo "PASSED: Script letsencrypt-auto did not upgraded certbot but started it successfully while SCL was not enabled." +echo "PASSED: Script letsencrypt-auto did not upgrade certbot but started it successfully while SCL was not enabled." # Enable SCL yum install -y oracle-softwarecollection-release-el6 >/dev/null @@ -78,4 +78,4 @@ yum install -y oracle-softwarecollection-release-el6 >/dev/null fi ) -echo "PASSED: Script letsencrypt-auto correctly bootstraped Certbot using rh-python36 when SCL is available." \ No newline at end of file +echo "PASSED: Script letsencrypt-auto correctly bootstraped Certbot using rh-python36 when SCL is available."