Skip to content

Commit

Permalink
Merge pull request clong#630 from dejesusg/master
Browse files Browse the repository at this point in the history
Fixing typo in post_build_checks.ps1
  • Loading branch information
clong authored Mar 28, 2021
2 parents e3e2a02 + 0b4dfe8 commit 18c0fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrant/post_build_checks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''

Expand All @@ -81,4 +81,4 @@ function post_build_checks {
Write-Host ''
}

post_build_checks
post_build_checks

0 comments on commit 18c0fa0

Please sign in to comment.