Merge pull request #630 from dejesusg/master

Fixing typo in post_build_checks.ps1
This commit is contained in:
Chris Long
2021-03-27 22:22:20 -07:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ function post_build_checks {
Write-Host '[!] Velociraptor was unreachable and may not have installed correctly.' -ForegroundColor red
}
else {
Write-Host ' ['$($checkmark)'] Velocirpator is running and reachable!' -ForegroundColor Green
Write-Host ' ['$($checkmark)'] Velociraptor is running and reachable!' -ForegroundColor Green
}
Write-Host ''