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