Fixed output of filename

This commit is contained in:
RKrom 2014-06-11 15:11:11 +02:00
commit 25d9da7094

View file

@ -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
}
}