From 162b2780445dd28cac177aa858517cf394928f0f Mon Sep 17 00:00:00 2001 From: ronalds Date: Thu, 27 Nov 2025 01:38:19 -0300 Subject: [PATCH] ultima correccion con Script de Actualizacion de Git --- gitUpdate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitUpdate.ps1 b/gitUpdate.ps1 index 0e99cb7..c98e58d 100644 --- a/gitUpdate.ps1 +++ b/gitUpdate.ps1 @@ -10,7 +10,7 @@ Write-Host "3. Cierre el editor (Alt+F4 o X)" -ForegroundColor Green Write-Host "" # Abrir notepad con el archivo temporal -notepad.exe $tempFile | Out-Null +notepad++.exe $tempFile | Out-Null # Verificar que el archivo tenga contenido if (-not (Test-Path $tempFile) -or (Get-Item $tempFile).Length -eq 0) {