Skip to content

Commit fbb0c8e

Browse files
author
Andrew
committed
metaconfig 9
1 parent 9ee49bd commit fbb0c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_settings.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Describe 'tests for dsc settings' {
1717
$script:dscDefaultv1SettingsJson = Get-Content -Raw -Path $script:dscDefaultv1SettingsFilePath
1818

1919
$script:policyDirPath = $script:policyFilePath | Split-Path
20-
New-Item -ItemType Directory -Path $script:policyDirPath -ErrorAction SilentlyContinue | Out-Null
20+
New-Item -ItemType Directory -Path $script:policyDirPath | Out-Null
2121

2222
#create backups of settings files
2323
$script:dscSettingsFilePath_backup = Join-Path $script:dscHome "settings.dsc.json.backup"

0 commit comments

Comments
 (0)