Skip to content

Commit 93d9cdf

Browse files
committed
PSAvoidUsingCmdletAliases
1 parent 20234a1 commit 93d9cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/private/New-CommentBasedHelp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
$FuncParams.ScriptParameters = $true
7373
}
7474
$AllParams = Get-FunctionParameter @FuncParams -Code $Codeblock | Sort-Object -Property FunctionName
75-
$AllFunctions = @($AllParams.FunctionName | Select -unique)
75+
$AllFunctions = @($AllParams.FunctionName | Select-Object -unique)
7676

7777
foreach ($f in $AllFunctions) {
7878
$OutCBH = @{}

0 commit comments

Comments
 (0)