Change warning color to yellow. (#1714)

This commit is contained in:
Grzegorz Dziadkiewicz
2017-11-13 11:45:45 +01:00
committed by Ryan Gribble
parent ed1feb625a
commit b6e80e8b4b
+2 -2
View File
@@ -74,8 +74,8 @@ function VerifyEnvironmentVariable([string]$friendlyName, [string]$key, [bool]$o
}
Write-Host
Write-Host "BIG FREAKING WARNING!!!!!"
Write-Host "You should use a test account when running the Octokit integration tests!"
Write-Warning "BIG FREAKING WARNING!!!!!"
Write-Warning "You should use a test account when running the Octokit integration tests!"
Write-Host
Write-Host