mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 09:52: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) {
|
||||
$apiurl= "$url/api/v1/models/$id"
|
||||
}
|
||||
write-host "ID $id, -- $SearchParameter"
|
||||
|
||||
$Parameters = @{
|
||||
Uri = $apiurl
|
||||
Method = 'Get'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue