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 2a79104 commit 14c6084Copy full SHA for 14c6084
powershell-adapter/psDscAdapter/psDscAdapter.psm1
@@ -44,7 +44,7 @@ function Invoke-DscCacheRefresh {
44
$cacheFilePath = Join-Path $env:LocalAppData "dsc\WindowsPSAdapterCache.json"
45
}
46
if ($IsLinux -or $IsMacOS) {
47
- $cacheFilePath = Join-Path $env:HOME "dsc" "PSAdapterCache.json"
+ $cacheFilePath = Join-Path $env:HOME ".dsc" "PSAdapterCache.json"
48
49
50
if (Test-Path $cacheFilePath) {
0 commit comments