diff --git a/prebuild.ps1 b/prebuild.ps1 index 00c414041..02f868185 100644 --- a/prebuild.ps1 +++ b/prebuild.ps1 @@ -38,7 +38,7 @@ Function FillCredentials { $newtext += $line } # Write the new information to the file - Write-Host "Updating $_.FullName`n" + Write-Host "Updating $_`n" $newtext | Set-Content $_.FullName -encoding UTF8 } }