This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 45b08ca3f5029a4ce7d34492a5788f0b2b2b8612
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Apr 14 10:44:25 2021 +0200

    Fix typo
    
    Signed-off-by: Jean-Louis Monteiro <[email protected]>
---
 update91tck.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update91tck.sh b/update91tck.sh
index 79dd734..14520a5 100755
--- a/update91tck.sh
+++ b/update91tck.sh
@@ -15,7 +15,7 @@ grep -q -m 1 jakartaee91.cts.home ~/.m2/settings.xml || {
 }
 
 grep -q -m 1 jakartaee91.ri.home ~/.m2/settings.xml || {
-    echo "No <jakartaee91.ti.home> variable found in ~/.m2/settings.xml"
+    echo "No <jakartaee91.ri.home> variable found in ~/.m2/settings.xml"
     echo "This script requires you to have setup the EE 9.1 TCK at least once 
manually"
     echo "See the README.adoc for further instructions"
     exit 1

Reply via email to