typo...huh

This commit is contained in:
Tanishq Dubey 2025-05-10 12:47:57 -04:00
parent 2cd85583ee
commit 788927a5a7
No known key found for this signature in database
GPG Key ID: CFC1931B84DFC3F9

View File

@ -161,7 +161,7 @@ jobs:
# Wait for the specified delay before the next commit, unless it's the last one
if [ $i -lt $COMMIT_COUNT ]; then
echo "Waiting for $SLEEP_SECONDS seconds before the next commit..."
sleep $SLEVE_SECONDS
sleep $SLEEP_SECONDS
fi
done