mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
Correct typo
This commit is contained in:
parent
6122fd2301
commit
989c5eaac2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ function Get-NetboxInvokeParams {
|
||||||
|
|
||||||
Write-Verbose "Getting Netbox InvokeParams"
|
Write-Verbose "Getting Netbox InvokeParams"
|
||||||
if ($null -eq $script:NetboxConfig.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
|
$script:NetboxConfig.InvokeParams
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue