mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixed output of filename
This commit is contained in:
parent
848c77890a
commit
25d9da7094
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue