Skip to content

Commit

Permalink
add download
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Sep 29, 2024
1 parent 8a2a489 commit 527ecf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ download_release() {
url="$GH_REPO/releases/download/v$version/envtpl-$target$ext_name"

echo "* Downloading $TOOL_NAME release $version..."
echo " $url"
echo " $filename"
curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"
}

Expand Down

0 comments on commit 527ecf3

Please sign in to comment.