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
3c064938e1
commit
a09eb8c23e
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ function Get-Model()
|
||||||
if ($id) {
|
if ($id) {
|
||||||
$apiurl= "$url/api/v1/models/$id"
|
$apiurl= "$url/api/v1/models/$id"
|
||||||
}
|
}
|
||||||
write-host "ID $id, -- $SearchParameter"
|
|
||||||
$Parameters = @{
|
$Parameters = @{
|
||||||
Uri = $apiurl
|
Uri = $apiurl
|
||||||
Method = 'Get'
|
Method = 'Get'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue