fix: standardize multiplication notation from '×' to 'x' across various files for consistency

This commit is contained in:
2026-04-28 09:48:20 -05:00
parent 9ca3aabd7a
commit 9797ec96f8
15 changed files with 18 additions and 18 deletions

2
Jenkinsfile vendored
View File

@@ -112,7 +112,7 @@ pipeline {
sleep 2
done
if [ "$READY" != "1" ]; then
echo "ERROR: Postgres no quedó listo a tiempo (30 intentos × 2s)."
echo "ERROR: Postgres no quedó listo a tiempo (30 intentos x 2s)."
exit 1
fi
docker exec "$DB_CONTAINER" psql -U "$DB_USER" -d "$DB_NAME" -v ON_ERROR_STOP=1 -c "