diff --git a/zcutil/fetch-params.sh b/zcutil/fetch-params.sh index 179e6ae9d..10bade7cb 100755 --- a/zcutil/fetch-params.sh +++ b/zcutil/fetch-params.sh @@ -77,7 +77,7 @@ function fetch_params { if ! [ -f "$output" ] then - for method in ipfs wget failure; do + for method in wget ipfs failure; do if "fetch_$method" "$filename" "$dlname"; then echo "Download successful!" break