Skip to content

Commit d7c4c14

Browse files
committed
🐛 Fix missing blacklist
1 parent d8125b9 commit d7c4c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ function Get-Git-Aliases ([string] $Alias) {
8888
'Get-Git-CurrentBranch',
8989
'Remove-Alias',
9090
'Format-AliasDefinition',
91-
'Get-Git-Aliases'
91+
'Get-Git-Aliases',
92+
'Write-Host-Deprecated'
9293
)
9394
$aliases = Get-Command -Module git-aliases | Where-Object { $_ -notin $blacklist }
9495

0 commit comments

Comments
 (0)