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