We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ebf4a commit ca2d441Copy full SHA for ca2d441
dsc/tests/dsc_functions.tests.ps1
@@ -39,7 +39,7 @@ Describe 'tests for function expressions' {
39
properties:
40
output: "[path($path)]"
41
"@
42
- $out = $config_yaml | dsc config --target-path $PSHOME get | ConvertFrom-Json
+ $out = $config_yaml | dsc config --system-root $PSHOME get | ConvertFrom-Json
43
$out.results[0].result.actualState.output | Should -BeExactly $expected
44
}
45
0 commit comments