From 27a41df46b4afc2b6143af9ec233cfe19f91f318 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 14 Nov 2020 23:19:53 -0800 Subject: [PATCH] Fix typo --- Vagrant/prepare.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/prepare.ps1 b/Vagrant/prepare.ps1 index bb8795e..5fcf544 100644 --- a/Vagrant/prepare.ps1 +++ b/Vagrant/prepare.ps1 @@ -182,7 +182,7 @@ function preflight_checks { Write-Host ' [!] See this thread for more info: https://forums.virtualbox.org/viewtopic.php?f=25&t=82106' -ForegroundColor red } else { - Write-Host ' ['$($checkmark)'] CredentialGuard is not enabled on this system and there will not cause conflicts with VirtualBox.' -ForegroundColor green + Write-Host ' ['$($checkmark)'] CredentialGuard is not enabled on this system and will not cause conflicts with VirtualBox.' -ForegroundColor green } Write-Host ''