Skip to content

Commit 1d30a2f

Browse files
committed
Debug lines
1 parent 71f31cc commit 1d30a2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/reference/schemas/config/functions/union.md

Whitespace-only changes.

extensions/powershell/convert-resource.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ begin {
1818
# Make sure the default path is Windows PowerShell is included
1919
$winPsPath = "$env:windir\System32\WindowsPowerShell\v1.0\Modules"
2020
if ($env:PSModulePath -notmatch [regex]::Escape($winPsPath)) {
21-
# Separator is already at the end
22-
$env:PSModulePath = $env:PSModulePath + $winPsPath
21+
$env:PSModulePath = $env:PSModulePath + [System.IO.Path]::PathSeparator + $winPsPath
2322
}
2423
}
2524

0 commit comments

Comments
 (0)