Skip to content

Commit

Permalink
Allow insecure downloads.
Browse files Browse the repository at this point in the history
Change inspired by 6176ff6
  • Loading branch information
gehaxelt committed Feb 12, 2017
1 parent ee4c462 commit bfe6497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dumper/gitdumper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function download_item() {
fi

#Download file
curl -s "$url" > "$target"
curl -k -s "$url" > "$target"

#Mark as downloaded and remove it from the queue
DOWNLOADED+=("$objname")
Expand Down

0 comments on commit bfe6497

Please sign in to comment.