Fixed copypasted typo

This commit is contained in:
Petri Asikainen 2021-01-17 07:14:32 +02:00
parent 3c064938e1
commit a09eb8c23e

View file

@ -54,7 +54,7 @@ function Get-Model()
if ($id) {
$apiurl= "$url/api/v1/models/$id"
}
write-host "ID $id, -- $SearchParameter"
$Parameters = @{
Uri = $apiurl
Method = 'Get'