From 25d9da7094c8b901c3a9ffae3ea07d85927dbe10 Mon Sep 17 00:00:00 2001 From: RKrom Date: Wed, 11 Jun 2014 15:11:11 +0200 Subject: [PATCH] Fixed output of filename --- prebuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }