From 093a712e8099e4e60ddd82d3d602a45379e50510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BCegsegger?= Date: Mon, 18 Mar 2024 14:22:12 +0100 Subject: [PATCH] fix: update Stop-ModsSvc in template --- Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 b/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 index d62f73c..c20c0df 100644 --- a/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 +++ b/Sources/WAU/Winget-AutoUpdate/mods/_AppID-template.ps1 @@ -93,7 +93,7 @@ if ($Proc) { Stop-ModsProc $Proc } if ($Svc) { - Stop-ModsProc $Svc + Stop-ModsSvc $Svc } if ($Wait) { Wait-ModsProc $Wait