mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Add missing array comma in SoftwareReport.Generator.ps1
This commit is contained in:
@@ -45,7 +45,7 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
|||||||
(Get-NPMVersion),
|
(Get-NPMVersion),
|
||||||
(Get-YarnVersion),
|
(Get-YarnVersion),
|
||||||
(Get-PipVersion),
|
(Get-PipVersion),
|
||||||
(Get-CondaVersion)
|
(Get-CondaVersion),
|
||||||
(Get-RubyGemsVersion),
|
(Get-RubyGemsVersion),
|
||||||
(Get-HelmVersion),
|
(Get-HelmVersion),
|
||||||
(Get-ComposerVersion)
|
(Get-ComposerVersion)
|
||||||
|
|||||||
Reference in New Issue
Block a user