Skip to content

Commit

Permalink
Make Makefile patch to use global gateway actually work
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Feb 27, 2016
1 parent d48cd56 commit 07ffab6
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 07ffab6

Please sign in to comment.