From 3c064938e12af48856df1f6f7f610c2ab5030813 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Sun, 17 Jan 2021 07:13:23 +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 44e5e98..4ce4382 100644 --- a/SnipeitPS/Public/Get-Model.ps1 +++ b/SnipeitPS/Public/Get-Model.ps1 @@ -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 = @{