Skip to content

Commit

Permalink
Merge pull request #329 from dahlbyk/gh319-v2-regression
Browse files Browse the repository at this point in the history
Avoid unsupported type constraint
  • Loading branch information
dahlbyk authored Dec 29, 2016
2 parents b6f0625 + cb8b864 commit 22cc20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitUtils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 22cc20b

Please # to comment.