Commit f3533946 authored by Jeromy Johnson's avatar Jeromy Johnson

Merge pull request #2511 from Stebalien/local-api

Allow users to override the IPFS API address when fetching dependencies
parents 45e1f757 5b763e8a
......@@ -10,7 +10,7 @@ ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
MAKEFLAGS += --no-print-directory
export IPFS_API = v04x.ipfs.io
export IPFS_API ?= v04x.ipfs.io
all: help
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment