From 34303c1a3ab5ae1c8a8f6de9d008a98141cd26a0 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Sun, 18 Sep 2022 04:38:16 +0200 Subject: [PATCH] Revert "Parameter + Function $ListPath" This reverts commit 1a257a0b94fea4a9f1cfaaa82b95d8d60d744c84. --- Winget-AutoUpdate-Install.ps1 | 1 - Winget-AutoUpdate/functions/Test-ListPath.ps1 | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 Winget-AutoUpdate/functions/Test-ListPath.ps1 diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index 9c27ece..68fb824 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -58,7 +58,6 @@ Run WAU on metered connection. Default No. param( [Parameter(Mandatory = $False)] [Alias('S')] [Switch] $Silent = $false, [Parameter(Mandatory = $False)] [Alias('Path')] [String] $WingetUpdatePath = "$env:ProgramData\Winget-AutoUpdate", - [Parameter(Mandatory = $False)] [Alias('List')] [String] $ListPath = $WingetUpdatePath, [Parameter(Mandatory = $False)] [Switch] $DoNotUpdate = $false, [Parameter(Mandatory = $False)] [Switch] $DisableWAUAutoUpdate = $false, [Parameter(Mandatory = $False)] [Switch] $RunOnMetered = $false, diff --git a/Winget-AutoUpdate/functions/Test-ListPath.ps1 b/Winget-AutoUpdate/functions/Test-ListPath.ps1 deleted file mode 100644 index 506dd17..0000000 --- a/Winget-AutoUpdate/functions/Test-ListPath.ps1 +++ /dev/null @@ -1,6 +0,0 @@ -#Function to check Black/White List - -function Test-ListPath ($ListPath, $UseWhiteList) { - - -}