From 241c37206906869ad08b38660ee1b7e67697090a Mon Sep 17 00:00:00 2001 From: perro Date: Sun, 25 Jun 2023 15:05:51 -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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index 85e8d7a..5b4dda9 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -22,5 +22,6 @@ python3 ./scripts/make.py $JSON if [ -n "$(git status --porcelain)" ]; then git add . git commit -m "ActualizaciĆ³n" - git push + git push origin + git push cuates fi