From 19162d4ff323a3fde67139fa87a99d62a8ceb1b2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 9 Oct 2016 15:17:58 +0100 Subject: [PATCH] ipfs repo --- src/freedombone-app-ipfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-ipfs b/src/freedombone-app-ipfs index 91531fc5..e28d10eb 100755 --- a/src/freedombone-app-ipfs +++ b/src/freedombone-app-ipfs @@ -31,7 +31,7 @@ VARIANTS='' IPFS_GO_REPO_BASE="github.com/ipfs/go-ipfs" -IPFS_GO_REPO="https://${IPFS_GO_REPO_BASE}" +IPFS_GO_REPO='https://github.com/ipfs/go-ipfs' IPFS_COMMIT='6fdfaaf6e4783ae1be7b348e7a6bc0640982c7df' IPFS_PORT=4001 IPFS_NODE_VERSION='6.2.2'