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 14c6084 commit 4049b5bCopy full SHA for 4049b5b
powershell-adapter/Tests/powershellgroup.config.tests.ps1
@@ -13,7 +13,7 @@ Describe 'PowerShell adapter resource tests' {
13
$winpsConfigPath = Join-path $PSScriptRoot "winps_resource.dsc.yaml"
14
15
if ($IsLinux -or $IsMacOS) {
16
- $cacheFilePath = Join-Path $env:HOME "dsc" "PSAdapterCache.json"
+ $cacheFilePath = Join-Path $env:HOME ".dsc" "PSAdapterCache.json"
17
}
18
else
19
{
0 commit comments