Skip to content

Commit

Permalink
feat: display download progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Sep 19, 2022
1 parent 85612f9 commit 2080f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ executable() {

}

curl_opts=(-fsSL)
curl_opts=(-f#SL)

# NOTE: You might want to remove this if modeler is not hosted on GitHub releases.
if [ -n "${GITHUB_API_TOKEN:-}" ]; then
Expand Down

0 comments on commit 2080f37

Please sign in to comment.