Skip to content

Commit

Permalink
Merge pull request #204 from filecoin-project/feat/no-https-yet
Browse files Browse the repository at this point in the history
use http because i don't have a cert
  • Loading branch information
whyrusleeping authored Sep 17, 2019
2 parents e244171 + 7bbf9f2 commit f3854a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/proof-params/paramfetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fetch_gateway() {
local dest="$1"
local cid="$2"

local url="https://198.211.99.118/ipfs/$cid"
local url="http://198.211.99.118/ipfs/$cid"

download "$url" "$dest"
}
Expand Down

0 comments on commit f3854a4

Please sign in to comment.