From 267e943fb0dccb71308e9f7364a47a763f92059c Mon Sep 17 00:00:00 2001 From: Colima Press Date: Mon, 21 Aug 2023 00:00:05 -0700 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index 05e1573..bb8ff83 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -28,8 +28,9 @@ python3 ./scripts/make.py $JSON if [ $DEBUG = false ] && [ -n "$(git status --porcelain)" ]; then git add . git commit -m "ActualizaciĆ³n" - git push -v origin - git push -v cuates + git push -q origin + git push -q cuates + git log -1 --name-only --oneline | cat fi # Limpia variables