Skip to content

Commit a5371c8

Browse files
committed
Run line
1 parent c7a2aa3 commit a5371c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/powershell/convert-resource.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ param (
66

77
begin {
88
$lines = [System.Collections.Generic.List[string]]::new()
9+
"The current module paths: $env:PSModulePath" | Write-DscTrace -Operation Trace
910

1011
$scriptModule = Import-Module "$PSScriptRoot/convertDscResource.psd1" -Force -PassThru -WarningAction SilentlyContinue -ErrorAction Stop
11-
12-
"The current module paths: $env:PSModulePath" | Write-DscTrace -Operation Trace
1312
}
1413

1514
process {

0 commit comments

Comments
 (0)