Skip to content

Commit 14c6084

Browse files
AndrewSteveL-MSFT
andauthored
Update powershell-adapter/psDscAdapter/psDscAdapter.psm1
Co-authored-by: Steve Lee <[email protected]>
1 parent 2a79104 commit 14c6084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/psDscAdapter/psDscAdapter.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Invoke-DscCacheRefresh {
4444
$cacheFilePath = Join-Path $env:LocalAppData "dsc\WindowsPSAdapterCache.json"
4545
}
4646
if ($IsLinux -or $IsMacOS) {
47-
$cacheFilePath = Join-Path $env:HOME "dsc" "PSAdapterCache.json"
47+
$cacheFilePath = Join-Path $env:HOME ".dsc" "PSAdapterCache.json"
4848
}
4949

5050
if (Test-Path $cacheFilePath) {

0 commit comments

Comments
 (0)