From a09eb8c23e0de436d78c01629ae588600eb355eb Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Sun, 17 Jan 2021 07:14:32 +0200 Subject: [PATCH] Fixed copypasted typo --- SnipeitPS/Public/Get-Model.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnipeitPS/Public/Get-Model.ps1 b/SnipeitPS/Public/Get-Model.ps1 index 4ce4382..57eded7 100644 --- a/SnipeitPS/Public/Get-Model.ps1 +++ b/SnipeitPS/Public/Get-Model.ps1 @@ -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'