Skip to content

Commit

Permalink
use curl silent|show-error params instead of no-progress-meter (#850)
Browse files Browse the repository at this point in the history
the latter were only introduced recently...
  • Loading branch information
mpollmeier committed Jan 3, 2022
1 parent 31265ad commit b7f262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updateDependencies.sh
Expand Up @@ -28,7 +28,7 @@ function latest_version {
local NAME=$1
local REPO_URL=${repos[$NAME]}
local MVN_META_URL=$REPO_URL/maven-metadata.xml
local CURL_PARAMS="--no-progress-meter $MVN_META_URL"
local CURL_PARAMS="--silent --show-error $MVN_META_URL"

if (( $USE_XMLLINT ))
then
Expand Down

0 comments on commit b7f262d

Please sign in to comment.