From a43f712ac42255a0dd0bcd8761b6d4c0ecfa00f2 Mon Sep 17 00:00:00 2001 From: "Martijn (Scriptkiddie) van Geffen" Date: Mon, 2 Dec 2024 11:52:08 +0100 Subject: [PATCH] 1 --- Volvo4evcc.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Volvo4evcc.psm1 b/Volvo4evcc.psm1 index b26a851..ca9e08d 100644 --- a/Volvo4evcc.psm1 +++ b/Volvo4evcc.psm1 @@ -10,5 +10,5 @@ foreach ($File in (Get-ChildItem "$PSScriptRoot\functions" -Recurse -Filter *.ps foreach ($File in (Get-ChildItem "$PSScriptRoot\internal" -Recurse -Filter *.ps1)) { . $File.FullName -} +}