Skip to content

Commit

Permalink
Merge pull request #193 from rebelinux/dev
Browse files Browse the repository at this point in the history
Fix CodeQL #38
  • Loading branch information
rebelinux authored Dec 3, 2024
2 parents 02c55e8 + d447ff5 commit 76db86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Private/SharedUtilsFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ function Get-WinADForestDetail {
.LINK
#>
[OutputType([OrderedDictionary])]
[OutputType([System.Collections.Specialized.OrderedDictionary])]
[CmdletBinding()]
param(
[alias('ForestName')][string] $Forest,
Expand Down

0 comments on commit 76db86e

Please sign in to comment.