File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ Describe 'PowerShell adapter resource tests' {
117
117
# verify that a new PS Cache version results in cache rebuid
118
118
dsc - l debug resource list ' *' - a Microsoft.DSC/ PowerShell 2> $TestDrive / tracing.txt
119
119
$LASTEXITCODE | Should - Be 0
120
- " $TestDrive /tracing.txt" | Should - FileContentMatchExactly ' Incompartible version of cache in file'
120
+ " $TestDrive /tracing.txt" | Should - FileContentMatchExactly ' Incompatible version of cache in file'
121
121
}
122
122
}
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ function Invoke-DscCacheRefresh {
235
235
236
236
if ($cache.CacheSchemaVersion -ne $script :CurrentCacheSchemaVersion ) {
237
237
$refreshCache = $true
238
- " Incompartible version of cache in file '" + $cache.CacheSchemaVersion + " ' (expected '" + $script :CurrentCacheSchemaVersion + " ')" | Write-DscTrace
238
+ " Incompatible version of cache in file '" + $cache.CacheSchemaVersion + " ' (expected '" + $script :CurrentCacheSchemaVersion + " ')" | Write-DscTrace
239
239
} else {
240
240
$dscResourceCacheEntries = $cache.ResourceCache
241
241
You can’t perform that action at this time.
0 commit comments