Skip to content

Commit b47155a

Browse files
committedMay 10, 2024
Updatet tests
1 parent c8cbfd7 commit b47155a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎powershell-adapter/psDscAdapter/psDscAdapter.psm1

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ function Invoke-DscCacheRefresh {
3939

4040
$refreshCache = $false
4141

42-
$cacheFilePath = Join-Path $env:LocalAppData "dsc" "PSAdapterCache.json"
42+
$cacheFilePath = Join-Path $env:LocalAppData "dsc\PSAdapterCache.json"
4343
if ($PSVersionTable.PSVersion.Major -le 5) {
44-
$cacheFilePath = Join-Path $env:LocalAppData "dsc" "WindowsPSAdapterCache.json"
44+
$cacheFilePath = Join-Path $env:LocalAppData "dsc\WindowsPSAdapterCache.json"
4545
}
4646
if ($IsLinux -or $IsMacOS) {
4747
$cacheFilePath = Join-Path $env:HOME "dsc" "PSAdapterCache.json"

0 commit comments

Comments
 (0)