Skip to content

Commit

Permalink
Eh?
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Aug 19, 2023
1 parent 2c598df commit cc4100b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ download_release() {
arch="$(get_arch)"
platform="$(get_platform | tr '[:upper:]' '[:lower:]')"

echo "wtf"

url=$(curl --silent "https://api.github.com/repos/guumaster/hostctl/releases/tags/v${version}" | grep --only-matching --ignore-case --extended-regexp "https://.+?_${platform}_${arch}\.tar\.gz")

echo "* Downloading $TOOL_NAME release $version..."
Expand Down

0 comments on commit cc4100b

Please sign in to comment.