From 94b8a71192d4c1efb0faf413211e9c3497f9d053 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 13 Dec 2020 14:54:36 +0100 Subject: [PATCH] Fix encoding --- Examples/Example-35-FindCSE02.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example-35-FindCSE02.ps1 b/Examples/Example-35-FindCSE02.ps1 index 6e125e2..0f3cf0a 100644 --- a/Examples/Example-35-FindCSE02.ps1 +++ b/Examples/Example-35-FindCSE02.ps1 @@ -1,4 +1,4 @@ -Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force # Extracts CSE from registry $AllRegistryExtensions = Find-CSExtension