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`:
8686$adapterScript = dsc resource list Microsoft.DSC/PowerShell |
8787 ConvertFrom-Json |
8888 Select-Object -ExpandProperty directory |
89- Join-Path
89+ Join-Path -ChildPath 'psDscAdapter' -AdditionalChildPath 'powershell.resource.ps1'
9090
9191& $adapterScript -Operation ClearCache
9292` ` `
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ set to `ClearCache`:
8383$adapterScript = dsc resource list Microsoft.Windows/WindowsPowerShell |
8484 ConvertFrom-Json |
8585 Select-Object -ExpandProperty directory |
86- Join-Path
86+ Join-Path -ChildPath 'psDscAdapter \p owershell.resource.ps1'
8787
8888& $adapterScript -Operation ClearCache
8989` ` `
You can’t perform that action at this time.
0 commit comments