Skip to content

Commit 6da3cd2

Browse files
Merge pull request #80 from PowershellFrameworkCollective/Search-PSMDPropertyValue
Updates
2 parents 7eb49f2 + e1b512a commit 6da3cd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PSModuleDevelopment/functions/utility/Search-PSMDPropertyValue.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
6969

7070
foreach ($property in $Object.PSObject.Properties)
7171
{
72-
if ($path) { $tempPath = $path, $property.Name -join "." }
73-
else { $tempPath = $property.Name }
7472
if ($Match)
7573
{
7674
if ($property.Value -match $Value)

0 commit comments

Comments
 (0)