diff --git a/Winget-AutoUpdate/Winget-Install.ps1 b/Winget-AutoUpdate/Winget-Install.ps1 index be669cf..2ed473c 100644 --- a/Winget-AutoUpdate/Winget-Install.ps1 +++ b/Winget-AutoUpdate/Winget-Install.ps1 @@ -361,7 +361,7 @@ else { $Script:Winget = Get-WingetCmd if ($IsElevated -eq $True) { - Write-ToLog "Running with admin rights.`n " + Write-ToLog "Running with admin rights.`n" #Check/install prerequisites Install-Prerequisites #Install/Update Winget @@ -372,7 +372,7 @@ if ($IsElevated -eq $True) { Add-ScopeMachine } else { - Write-ToLog "Running without admin rights.`n " + Write-ToLog "Running without admin rights.`n" } if ($Winget) { @@ -404,4 +404,4 @@ if ($Winget) { } Write-ToLog "### END REQUEST ###`n" "Magenta" -Start-Sleep 3 \ No newline at end of file +Start-Sleep 3