diff --git a/Vagrant/post_build_checks.ps1 b/Vagrant/post_build_checks.ps1 index 247bce85e..93b6a7d19 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