From fffc43488d37ad966f1e8619d49c9f5c526c4374 Mon Sep 17 00:00:00 2001 From: Gabriel De Jesus <11021725+dejesusg@users.noreply.github.com> Date: Sat, 27 Mar 2021 20:57:03 +0000 Subject: [PATCH] Velocirpators are now extinct and have been replaced with the superior Velociraptor just fixing a typo in post_build_checks.ps1 --- Vagrant/post_build_checks.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrant/post_build_checks.ps1 b/Vagrant/post_build_checks.ps1 index 247bce8..93b6a7d 100644 --- a/Vagrant/post_build_checks.ps1 +++ b/Vagrant/post_build_checks.ps1 @@ -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 '' @@ -81,4 +81,4 @@ function post_build_checks { Write-Host '' } -post_build_checks \ No newline at end of file +post_build_checks