diff --git a/GitUtils.ps1 b/GitUtils.ps1 index 36f6e3b67..76484b058 100644 --- a/GitUtils.ps1 +++ b/GitUtils.ps1 @@ -106,7 +106,7 @@ function Get-GitBranch($gitDir = $(Get-GitDirectory), [Diagnostics.Stopwatch]$sw } } -function GetUniquePaths([System.Collections.Generic.IEnumerable[string][]] $pathCollections) { +function GetUniquePaths($pathCollections) { $hash = New-Object System.Collections.Specialized.OrderedDictionary foreach ($pathCollection in $pathCollections) {