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) {