From f0c414c57474c36d002294a53673b9797ca27357 Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 26 Jun 2023 12:59:34 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index 8c92b90..4a575e9 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -4,7 +4,7 @@ JSON=public/perro.json cd $(dirname $0)/.. # Actualiza el repo -git pull +git pull --quiet # Limpia sitio if [ -d "public" ]; then rm -rf public; fi