From d8d0623a59ae75bbdfcc3302b4ad42b5ceaeb352 Mon Sep 17 00:00:00 2001 From: Erik JA Date: Fri, 17 Dec 2021 15:27:42 -0600 Subject: [PATCH] Update Test-TheInternet.ps1 Removed the call to the function. This was for testing --- Scripts/Test-TheInternet.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/Test-TheInternet.ps1 b/Scripts/Test-TheInternet.ps1 index de41c50..ee619f4 100644 --- a/Scripts/Test-TheInternet.ps1 +++ b/Scripts/Test-TheInternet.ps1 @@ -512,5 +512,3 @@ function Test-TheInternet Start-Process -FilePath notepad -ArgumentList $NetworkReportFullName } } #End: function Test-TheInternet - -Test-TheInternet \ No newline at end of file