Skip to content

Commit d18839b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Describe 'PowerShell adapter resource tests' {
1111
$env:PSModulePath += [System.IO.Path]::PathSeparator + $PSScriptRoot
1212

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

0 commit comments

Comments
 (0)