From b30cc1a29448f21d1c95bf54991637678161280b Mon Sep 17 00:00:00 2001 From: enlineawork Date: Sat, 5 Sep 2026 20:07:58 -0300 Subject: [PATCH] =?UTF-8?q?maintenance:=20corregir=20diagn=C3=B3stico=20An?= =?UTF-8?q?droid=20de=20solo=20lectura?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy-github.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deploy-github.sh b/scripts/deploy-github.sh index 32271ad..a2baed5 100644 --- a/scripts/deploy-github.sh +++ b/scripts/deploy-github.sh @@ -109,5 +109,6 @@ echo echo "DISCOVERY_OK" echo -echo "========== REGISTRAR COMMIT DIAGNÓSTICO =========="ngit merge --ff-only "origin/$DEPLOY_REF" +echo "========== REGISTRAR COMMIT DIAGNÓSTICO ==========" +git merge --ff-only "origin/$DEPLOY_REF" echo "Diagnostic commit registrado localmente: $(git rev-parse HEAD)"