mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Fixed copypasted typo
This commit is contained in:
parent
608d8f04ca
commit
3c064938e1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function Get-Model()
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($id) {
|
if ($id) {
|
||||||
$apiurl= "$url/api/v1/models/id/$id"
|
$apiurl= "$url/api/v1/models/$id"
|
||||||
}
|
}
|
||||||
write-host "ID $id, -- $SearchParameter"
|
write-host "ID $id, -- $SearchParameter"
|
||||||
$Parameters = @{
|
$Parameters = @{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue