diff --git a/Functions/Setup/Support/Test-NetboxAPIConnected.ps1 b/Functions/Setup/Support/Test-NetboxAPIConnected.ps1 index 50052a7..bcd9e61 100644 --- a/Functions/Setup/Support/Test-NetboxAPIConnected.ps1 +++ b/Functions/Setup/Support/Test-NetboxAPIConnected.ps1 @@ -1,7 +1,7 @@ - + function Test-NetboxAPIConnected { [CmdletBinding()] param () - + $script:NetboxConfig.Connected } \ No newline at end of file