mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
Change warning color to yellow. (#1714)
This commit is contained in:
committed by
Ryan Gribble
parent
ed1feb625a
commit
b6e80e8b4b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user