File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/reference/resources/Microsoft
Windows/WindowsPowerShell Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ set to `ClearCache`:
86
86
$adapterScript = dsc resource list Microsoft.DSC/PowerShell |
87
87
ConvertFrom-Json |
88
88
Select-Object -ExpandProperty directory |
89
- Join-Path -ChildPath ([System.IO.Path]::Combine(" psDscAdapter", " powershell.resource.ps1"))
89
+ Join-Path -ChildPath ' psDscAdapter' -AdditionalChildPath ' powershell.resource.ps1'
90
90
91
91
& $adapterScript -Operation ClearCache
92
92
` ` `
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ set to `ClearCache`:
83
83
$adapterScript = dsc resource list Microsoft.Windows/WindowsPowerShell |
84
84
ConvertFrom-Json |
85
85
Select-Object -ExpandProperty directory |
86
- Join-Path -ChildPath ([System.IO.Path]::Combine(" psDscAdapter", " powershell.resource.ps1"))
86
+ Join-Path -ChildPath ' psDscAdapter\ p owershell.resource.ps1'
87
87
88
88
& $adapterScript -Operation ClearCache
89
89
` ` `
You can’t perform that action at this time.
0 commit comments