[macOS] Fix software report for macos 13 (#7510)

This commit is contained in:
Alexey-Ayupov
2023-04-28 10:07:08 +02:00
committed by GitHub
parent a32a87c346
commit 9f5b4b2fd3
2 changed files with 6 additions and 5 deletions

View File

@@ -634,4 +634,4 @@ function Get-ColimaVersion {
function Get-PKGConfigVersion {
$pkgconfigVersion = Run-Command "pkg-config --version"
return $pkgconfigVersion
}
}