Velocirpators are now extinct and have been replaced with the superior Velociraptor

just fixing a typo in post_build_checks.ps1
This commit is contained in:
Gabriel De Jesus
2021-03-27 20:57:03 +00:00
committed by GitHub
parent e3e2a02a91
commit fffc43488d

View File

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