Skip to content

Commit 4e98786

Browse files
committed
fix typo
1 parent e42ed6c commit 4e98786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ stages:
827827
dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
828828
829829
Get-ChildItem -Path (Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc') -Recurse -Filter '*.json'
830-
$cacheFile = Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc/WindowsPSAdapterCache.json"
830+
$cacheFile = Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc/WindowsPSAdapterCache.json'
831831
$getConfig = Get-Content -Path $cacheFile -Raw | ConvertFrom-Json
832832
Write-Verbose -Message "PSAdapterCache.json content:`n $($getConfig | Out-String)" -Verbose
833833
Write-Verbose -Message "PSAdapterCache.json content:`n $($getConfig | ConvertTo-Json -Depth 10)" -Verbose

0 commit comments

Comments
 (0)