From 941968c79d2469c35d9d755cba97ce25f98d9fd3 Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Thu, 22 Apr 2021 14:40:03 +0200 Subject: [PATCH] fix: make proto-check-breaking test against our fork --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d72d69f20d..5a9757a7e6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ BINDIR ?= $(GOPATH)/bin BUILDDIR ?= $(CURDIR)/build SIMAPP = ./simapp MOCKS_DIR = $(CURDIR)/tests/mocks -HTTPS_GIT := https://github.com/cosmos/cosmos-sdk.git +HTTPS_GIT := https://github.com/fetchai/cosmos-sdk.git DOCKER := $(shell which docker) DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf