Skip to content

Commit

Permalink
Revert "Test-DbaMaxDop returns duplicate results"
Browse files Browse the repository at this point in the history
This reverts commit e6dbd69.
  • Loading branch information
ClaudioESSilva committed Dec 11, 2017
1 parent e6dbd69 commit 69da125
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functions/Test-DbaMaxDop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ function Test-DbaMaxDop {
}
}
}
Select-DefaultView -InputObject $collection -Property ComputerName, InstanceName, SqlInstance, Database, DatabaseMaxDop, CurrentInstanceMaxDop, RecommendedMaxDop, Notes
}
}
end {
Select-DefaultView -InputObject $collection -Property ComputerName, InstanceName, SqlInstance, Database, DatabaseMaxDop, CurrentInstanceMaxDop, RecommendedMaxDop, Notes
}
}

0 comments on commit 69da125

Please sign in to comment.