Skip to content

Commit

Permalink
fix comma type
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lobanov authored Aug 4, 2021
1 parent a8909b8 commit dcb11e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $markdown += New-MDHeader "Project Management" -Level 3
$projectManagementTools = @(
(Get-AntVersion),
(Get-GradleVersion),
(Get-MavenVersion),
(Get-MavenVersion)
)
if (Test-IsWin16 -or Test-IsWin19) {
$projectManagementTools += @(
Expand Down

0 comments on commit dcb11e2

Please sign in to comment.