From e4fcf7ba24466c675c5fb0a276dfc583ce440b36 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 8 Mar 2024 08:24:28 +0100
Subject: [PATCH] fix typo in check script

---
 check_deployment.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_deployment.sh b/check_deployment.sh
index 9433293..618a278 100755
--- a/check_deployment.sh
+++ b/check_deployment.sh
@@ -40,7 +40,7 @@ do
     logfile=$( ls -tr1 ${logdir}/${myprofile}__* | tail -1 )
 
     if [ -z "$logfile" ]; then
-        echo "UNKNOWN: $myprofile - was created but not rolled yet."
+        echo "UNKNOWN: $myprofile - was created but not rolled out yet."
         iUnknown+=1
     else
         if grep "^OK: ${myprofile}$" $logfile >/dev/null; then
-- 
GitLab