Fix bazelisk and mercurial output in readme (#518)

* fix output

* fix bazelisk output on ubuntu
This commit is contained in:
Mikhail Timofeev
2020-03-08 09:28:50 +00:00
committed by GitHub
parent 33c5e7d36e
commit 531fe345a2
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ else
# Adding description of the software to Markdown
$SoftwareName = "Mercurial"
$(hg --version).Split([System.Environment]::NewLine)[0] -match "\d+\.\d+\.\d+"
$(hg --version).Split([System.Environment]::NewLine)[0] -match "\d+\.\d+"
$MercurialVersion = $matches[0]
$Description = @"