This commit is contained in:
Salvatore Giordano
2021-03-01 15:26:59 +01:00
parent c48f4861f9
commit 784ee16d10
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
if (( $PERCENTAGE < 90 ))
then
echo Score too low!
echo Score $PERCENTAGE is too low!
exit 1
fi
stream_chat_persistence: