Keyboard language setting made my comment bad

This commit is contained in:
Bjorn Brala 2016-10-19 20:56:52 +02:00
parent 055bed5918
commit c075c026be
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ if ($generation -ne 1) {
$report = Compare-VM -CompatibilityReport $vmConfig
£ Stop if there is incomatibilities which would fail anyhow.
# Stop if there is incompatibilities which would fail anyhow.
if($report.Incompatibilities.Length -gt 0){
Write-Error-Message $(ConvertTo-Json $($report.Incompatibilities | Select -ExpandProperty Message))
exit 0