diff --git a/Winget-AutoUpdate/functions/Update-WAU.ps1 b/Winget-AutoUpdate/functions/Update-WAU.ps1 index 198c234..297f04b 100644 --- a/Winget-AutoUpdate/functions/Update-WAU.ps1 +++ b/Winget-AutoUpdate/functions/Update-WAU.ps1 @@ -50,7 +50,7 @@ function Update-WAU{ Start-NotifTask $Title $Message $MessageType $Balise #Rerun with newer version - Write-Log "Re-run WAU" + Write-Log "Re-run WAU" Start-Process powershell -ArgumentList "-ExecutionPolicy Bypass -Command `"$WorkingDir\winget-upgrade`"" exit } @@ -63,4 +63,4 @@ function Update-WAU{ Start-NotifTask $Title $Message $MessageType $Balise Write-Log "WAU Update failed" } -} \ No newline at end of file +}