diff --git a/files/script.py b/files/script.py
index 045e1630f17a193dd4ccda268cb314349ce07058..d3cd80cf99c9ff2437bc03c4aabb7d5ddf0b9949 100644
--- a/files/script.py
+++ b/files/script.py
@@ -27,7 +27,7 @@ def create_connection():
             print("WARNING: Connection error with the gmp endpoint. Remaining {retry} retries")
             retry -= 1
             sleep(0.5)
-    raise Exception("Impossible connect to the gmp endpoint after 5 retries")
+    raise Exception("Impossible connect to the gmp endpoint even after 5 retries")
 
 def get_version():
     gmp = create_connection()