From 5838182f6fc49059274cc2b7fe0bd573c1e646ce Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Tue, 20 Aug 2024 13:03:11 +0200 Subject: [PATCH] import viscalyx.common in prefix --- source/prefix.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/prefix.ps1 b/source/prefix.ps1 index d643005..1a1f20d 100644 --- a/source/prefix.ps1 +++ b/source/prefix.ps1 @@ -1,4 +1,7 @@ $script:dscResourceCommonModulePath = Join-Path -Path $PSScriptRoot -ChildPath 'Modules/DscResource.Common' Import-Module -Name $script:dscResourceCommonModulePath +$script:viscalyxCommonModulePath = Join-Path -Path $PSScriptRoot -ChildPath 'Modules/Viscalyx.Common' +Import-Module -Name $script:viscalyxCommonModulePath + $script:localizedData = Get-LocalizedData -DefaultUICulture 'en-US'