Merge pull request #204 from filecoin-project/feat/no-https-yet
use http because i don't have a cert
This commit is contained in:
commit
f3854a4826
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user