From 989c5eaac227bfab4dba45226527676f887f47d9 Mon Sep 17 00:00:00 2001 From: Ben Claussen Date: Thu, 22 Jul 2021 10:27:58 -0400 Subject: [PATCH] Correct typo --- Functions/Setup/Get-NetboxInvokeParams.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions/Setup/Get-NetboxInvokeParams.ps1 b/Functions/Setup/Get-NetboxInvokeParams.ps1 index 0cd33c7..ec95d24 100644 --- a/Functions/Setup/Get-NetboxInvokeParams.ps1 +++ b/Functions/Setup/Get-NetboxInvokeParams.ps1 @@ -4,7 +4,7 @@ function Get-NetboxInvokeParams { Write-Verbose "Getting Netbox InvokeParams" if ($null -eq $script:NetboxConfig.InvokeParams) { - throw "Netbox Invoke Parms is not set! You may set it with Set-NetboxInvokeParams -InvokeParams ..." + throw "Netbox Invoke Params is not set! You may set it with Set-NetboxInvokeParams -InvokeParams ..." } $script:NetboxConfig.InvokeParams