Fixed copypasted typo

This commit is contained in:
Petri Asikainen 2021-01-17 07:13:23 +02:00
parent 608d8f04ca
commit 3c064938e1

View file

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