Skip to content

Commit 22be41a

Browse files
committed
Fix processing of CloseProcesses in Show-ADTInstallationWelcome
1 parent ff20981 commit 22be41a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PSAppDeployToolkit.Tools/PSScriptAnalyzer/Measure-ADTCompatibility.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,8 @@ function Measure-ADTCompatibility
18891889
"$quoteChar$($name)$quoteChar"
18901890
}
18911891
}
1892-
} -join ', '
1892+
}
1893+
$closeProcesses = $closeProcesses -join ', '
18931894
"-CloseProcesses $closeProcesses"
18941895
}
18951896
}

0 commit comments

Comments
 (0)