Skip to content

Commit

Permalink
Merge pull request #2511 from Stebalien/local-api
Browse files Browse the repository at this point in the history
Allow users to override the IPFS API address when fetching dependencies
  • Loading branch information
whyrusleeping committed Mar 29, 2016
2 parents 45e1f75 + 5b763e8 commit f353394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f353394

Please sign in to comment.