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 4049b5b commit d18839bCopy full SHA for d18839b
powershell-adapter/Tests/powershellgroup.resource.tests.ps1
@@ -11,7 +11,7 @@ Describe 'PowerShell adapter resource tests' {
11
$env:PSModulePath += [System.IO.Path]::PathSeparator + $PSScriptRoot
12
13
if ($IsLinux -or $IsMacOS) {
14
- $cacheFilePath = Join-Path $env:HOME "dsc" "PSAdapterCache.json"
+ $cacheFilePath = Join-Path $env:HOME ".dsc" "PSAdapterCache.json"
15
}
16
else
17
{
0 commit comments