chore(script): silent download rebar3

This commit is contained in:
Zaiming Shi 2021-07-30 10:38:44 +02:00
parent 305142f991
commit 00966d0114
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")/.."
DOWNLOAD_URL='https://github.com/emqx/rebar3/releases/download'
download() {
curl -f -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
curl --silent --show-error -f -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
}
# get the version number from the second line of the escript