Skip to content

Commit

Permalink
Prefer wget over ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Sep 21, 2017
1 parent 3ccbbe3 commit 076e177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcutil/fetch-params.sh
Expand Up @@ -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
Expand Down

0 comments on commit 076e177

Please sign in to comment.