diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Use-VC.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Use-VC.ps1 b/tools/Use-VC.ps1 index fc039142..ad3dbcba 100644 --- a/tools/Use-VC.ps1 +++ b/tools/Use-VC.ps1 @@ -20,5 +20,5 @@ function Use-VC { } } Pop-Location - Write-Host "Visual Studio 2019 Command Prompt variables set." -ForegroundColor Yellow + Write-Host "Visual Studio Command Prompt variables set." -ForegroundColor Yellow } |