Skip to content

Commit 4049b5b

Browse files
AndrewSteveL-MSFT
andauthored
Update powershell-adapter/Tests/powershellgroup.config.tests.ps1
Co-authored-by: Steve Lee <[email protected]>
1 parent 14c6084 commit 4049b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/Tests/powershellgroup.config.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Describe 'PowerShell adapter resource tests' {
1313
$winpsConfigPath = Join-path $PSScriptRoot "winps_resource.dsc.yaml"
1414

1515
if ($IsLinux -or $IsMacOS) {
16-
$cacheFilePath = Join-Path $env:HOME "dsc" "PSAdapterCache.json"
16+
$cacheFilePath = Join-Path $env:HOME ".dsc" "PSAdapterCache.json"
1717
}
1818
else
1919
{

0 commit comments

Comments
 (0)