Skip to content

Commit ca42eba

Browse files
Fix formatting in summary generation for command status output
1 parent 89f80b8 commit ca42eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers/Build-PSModuleDocumentation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
116116
| Command | Status |
117117
|---------|--------|
118-
$($commandResults | ForEach-Object { "| ``$($_.CommandName)`` | $($_.Status) |`n" } -join '')
118+
$(($commandResults | ForEach-Object { "| ``$($_.CommandName)`` | $($_.Status) |`n" }) -join '')
119119
120120
"@
121121

0 commit comments

Comments
 (0)