From 610c7937c256261a29eb59219d74e9963cc1a8e0 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Tue, 11 Oct 2022 18:06:21 +0200 Subject: [PATCH] 2 many replaced... --- Winget-AutoUpdate/user-run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Winget-AutoUpdate/user-run.ps1 b/Winget-AutoUpdate/user-run.ps1 index d122619..11a421f 100644 --- a/Winget-AutoUpdate/user-run.ps1 +++ b/Winget-AutoUpdate/user-run.ps1 @@ -26,7 +26,7 @@ param( <# MAIN #> #Get Working Dir -$Script:WorkingDir = $WorkingDir +$Script:WorkingDir = $PSScriptRoot #Load functions . $WorkingDir\functions\Get-NotifLocale.ps1