File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,12 @@ function Get-Git-Aliases ([string] $Alias) {
147
147
function Write-Host-Deprecated {
148
148
param (
149
149
[Parameter (Mandatory = $true )][string ] $previous ,
150
- [Parameter (Mandatory = $true )][string ] $next
150
+ [Parameter (Mandatory = $true )][string ] $next
151
151
)
152
152
153
- Write-Host " [git-aliases] " - ForegroundColor Yellow - NoNewLine
154
- Write-Host " ${previous} " - ForegroundColor Red - NoNewLine
155
- Write-Host " is a deprecated alias, use " - ForegroundColor Yellow - NoNewLine
156
- Write-Host " "" ${next} "" " - ForegroundColor Green - NoNewLine
157
- Write-Host " instead.`n " - ForegroundColor Yellow
153
+ Write-Host " [git-aliases] " - ForegroundColor Yellow - NoNewLine
154
+ Write-Host " ${previous} " - ForegroundColor Red - NoNewLine
155
+ Write-Host " is a deprecated alias, use " - ForegroundColor Yellow - NoNewLine
156
+ Write-Host " "" ${next} "" " - ForegroundColor Green - NoNewLine
157
+ Write-Host " instead.`n " - ForegroundColor Yellow
158
158
}
You can’t perform that action at this time.
0 commit comments