Skip to content

Commit

Permalink
Merge pull request #2415 from Kubuxu/fix/make-export
Browse files Browse the repository at this point in the history
Make Makefile patch to use global gateway actually work
  • Loading branch information
whyrusleeping committed Feb 29, 2016
2 parents dede20e + 07ffab6 commit 58e252c
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


IPFS_API = "https://v04x.ipfs.io"
export IPFS_API = v04x.ipfs.io

all: help

Expand Down

0 comments on commit 58e252c

Please sign in to comment.