From 592752435c4a1800cd0a7850e3b420c0fee557e0 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Mon, 21 Aug 2017 22:21:42 +0100 Subject: [PATCH] Fix makefile version flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee767dc6c7..6e01b4119b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOTOOLS = github.com/mitchellh/gox \ github.com/rigelrozanski/shelldown/cmd/shelldown TUTORIALS=$(shell find docs/guide -name "*md" -type f) -LINKER_FLAGS:="-X github.com/tendermint/basecoin/client/commands.CommitHash=`git rev-parse --short HEAD`" +LINKER_FLAGS:="-X github.com/cosmos/cosmos-sdk/client/commands.CommitHash=`git rev-parse --short HEAD`" all: get_vendor_deps install test