=Fix syntax error

This commit is contained in:
Gal Szkolnik 2021-10-29 14:38:42 -04:00
parent b1a24fde1a
commit add64395fe
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ $dcPathList | ForEach-Object {
if( -not $QueryOnly -and $IsOff ) {
Move-Item $NoAutoPath $NoAutoOffPath
}
Write-Host -ForegroundColor Gree -NoNewline "On "
Write-Host -ForegroundColor Green -NoNewline "On "
}
Write-Host -ForegroundColor Cyan " $name"
}