[macOS] exclude Colima from Catalina's sw report
This commit is contained in:
committed by
Mikhail Koliada
parent
3cff405f9e
commit
d81fc37201
@@ -182,10 +182,15 @@ $toolsList += @(
|
|||||||
(Get-GHCVersion),
|
(Get-GHCVersion),
|
||||||
(Get-CabalVersion),
|
(Get-CabalVersion),
|
||||||
(Get-StackVersion),
|
(Get-StackVersion),
|
||||||
(Get-SwiftFormatVersion),
|
(Get-SwiftFormatVersion)
|
||||||
(Get-ColimaVersion)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (-not $os.IsCatalina) {
|
||||||
|
$toolsList += @(
|
||||||
|
(Get-ColimaVersion)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
$markdown += New-MDList -Style Unordered -Lines ($toolsList | Sort-Object)
|
$markdown += New-MDList -Style Unordered -Lines ($toolsList | Sort-Object)
|
||||||
|
|
||||||
# Linters
|
# Linters
|
||||||
|
|||||||
Reference in New Issue
Block a user