We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2547f8a + 1d93ddf commit f31a5e4Copy full SHA for f31a5e4
1 file changed
Get-Changed-Components.ps1
@@ -54,8 +54,7 @@ if ($retAllComponents) {
54
if ($retChangedComponents) {
55
$names = $changedComponentFiles | ForEach-Object { ($_ -replace '^components/', '') -replace '/.*$', '' }
56
$uniqueNames = $names | Sort-Object -Unique
57
- $quotedNames = $uniqueNames | ForEach-Object { "'$_'" }
58
- $changedComponentsList = $quotedNames -join ','
+ $changedComponentsList = $uniqueNames -join ','
59
return $changedComponentsList
60
}
61
0 commit comments