Rename to list-city-weather.ps1

This commit is contained in:
Markus Fleschutz
2021-04-18 11:39:32 +02:00
parent fbad5259f7
commit e273ec2d9e
5 changed files with 9 additions and 19 deletions

View File

@ -13,7 +13,6 @@ try {
copy-item "$PathToRepo/Scripts/my-profile.ps1" "$PathToProfile" -force
"✔️ PowerShell profile 'CurrentUserCurrentHost' updated by my-profile.ps1 - it gets active on next login"
""
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"