@cryptotaxi247 / kubo / commits / 5b763e8a0

allow users to override the IPFS API address when fetching dependencies

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Mar 28, 2016 at 10:12 UTC 5b763e8a082296777d3f276befdbbf37e58067e1
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 -export IPFS_API = v04x.ipfs.io
13 +export IPFS_API ?= v04x.ipfs.io
14
15 all: help
16