Skip to content

Commit

Permalink
import viscalyx.common in prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 20, 2024
1 parent 3ec1cbe commit 5838182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/prefix.ps1
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 5838182

Please sign in to comment.