diff --git a/check_deployment.sh b/check_deployment.sh index 943329322bc4690162800271d9c198afc6b5b2a4..618a278fc3d274c32db443bddd19d175e10400c3 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