diff options
| -rw-r--r-- | scripts/get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 75b05efe3..d3deefc56 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -25,7 +25,7 @@ param ( ' /_/\_\_|_| |_|\__ \|_|\_\____| getter ' ' ' ' ') - Write-Host $([string]::Join("`n", $logo)) -BackgroundColor White -ForegroundColor DarkBlue + Write-Host $([string]::Join("`n", $logo)) -ForegroundColor Green } if ($IsLinux -or $IsMacOS) { |
