Skip to content

Commit

Permalink
fix azcopy version scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Jul 16, 2024
1 parent 68945c8 commit 838722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolset/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ printf "$columns" Ansible `ansible --version | head -n 1 | awk '{ print $3 }' |
printf "$columns" Terraform `terraform --version | head -n 1 | awk '{ print $2 }' | sed 's/v//'`
printf "$columns" Packer `/usr/bin/packer --version | awk '{ print $2 }'`
printf "$columns" az-cli `az --version 2> /dev/null | head -n 1 | awk '{ print $2 }'`
printf "$columns" azcopy `azcopy --version | awk '{ print $3 }'`
printf "$columns" azcopy `azcopy --version | head -n 1 | awk '{ print $3 }'`
printf "$columns" yq `yq --version | awk '{ print $4 }'`
printf "$columns" check-jsonschema `check-jsonschema --version | awk '{ print $3 }'`
printf "===============================================================================\n"
Expand Down

0 comments on commit 838722d

Please sign in to comment.