change type of $HomeServer to [uri]

this makes it more verbose what $HomeServer is and is
also technically the correct type for Invoke-RestMethod -Uri,
although we only use it concatinated there
master
lub 5 years ago
parent 9a9153253e
commit d80bfe6435

@ -1,6 +1,6 @@
param (
[Parameter(Mandatory=$true)]
[string]
[uri]
$HomeServer,
[Parameter(Mandatory=$true)]

Loading…
Cancel
Save