fix android and docker sections

This commit is contained in:
Aleksandr Chebotov
2020-09-16 10:42:16 +03:00
parent 4a07ea61a8
commit 46fdad5e60
3 changed files with 9 additions and 9 deletions

View File

@@ -10,12 +10,12 @@ function Get-AnsibleVersion {
function Get-AzCopy7Version {
$azcopy7Version = azcopy --version | Take-OutputPart -Part 1 | Take-OutputPart -Part 0 -Delimiter "-"
return "AzCopy7 (available by azcopy alias) $azcopy7Version"
return "AzCopy7 $azcopy7Version (available by ``azcopy`` alias)"
}
function Get-AzCopy10Version {
$azcopy10Version = azcopy10 --version | Take-OutputPart -Part 2
return "AzCopy10 (available by azcopy10 alias) $azcopy10Version"
return "AzCopy10 $azcopy10Version (available by ``azcopy10`` alias)"
}
function Get-BazelVersion {