From 07ffab63f401232c052f3d10ffe78b2e119e4e0a Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Sat, 27 Feb 2016 10:23:25 +0100 Subject: [PATCH] Make Makefile patch to use global gateway actually work License: MIT Signed-off-by: Jakub Sztandera --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 502c9d433e1..1e5abb4c3b5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)" MAKEFLAGS += --no-print-directory -IPFS_API = "https://v04x.ipfs.io" +export IPFS_API = v04x.ipfs.io all: help