Fixed version information

This commit is contained in:
RKrom 2014-06-11 15:26:48 +02:00
commit 515170e44b
2 changed files with 4 additions and 5 deletions

View file

@ -38,7 +38,7 @@ Function FillCredentials {
$newtext += $line
}
# Write the new information to the file
Write-Host "Updating $_`n"
Write-Host "Updating $_"
$newtext | Set-Content $_.FullName -encoding UTF8
}
}