cyberark / bash-lib

Library for bash utility methods and tools
Apache License 2.0
660 stars 24 forks source link

Fix hub download #51

Closed hughsaunders closed 2 years ago

hughsaunders commented 2 years ago

The page structure changed so the previous approach of scraping the releases page failed. This commit uses the releases api to find the download url rather than relying on scraping.