use http because i don't have a cert

This commit is contained in:
whyrusleeping 2019-09-17 15:47:12 -07:00
parent e244171cd9
commit 7bbf9f2baf

View File

@ -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"
}