Make Makefile patch to use global gateway actually work
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Feb 27, 2016 at 10:23 UTC
07ffab63f401232c052f3d10ffe78b2e119e4e0a
1 file changed
+1
-1
Makefile
+1
-1
@@ -10,7 +10,7 @@ ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
10
MAKEFLAGS += --no-print-directory
11
12
13
-IPFS_API = "https://v04x.ipfs.io"
13
+export IPFS_API = v04x.ipfs.io
14
15
all: help
16