From 61e867741926bcb318432a6344b80161fabd1455 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 8 Oct 2018 15:00:07 +0900 Subject: [PATCH] build: remove --broken in new git commit extraction --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41c303b7..448b26f4 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ HAVE_LINTER := $(shell command -v $(LINT_BIN) 2> /dev/null) BTCD_DIR :=${GOPATH}/src/$(BTCD_PKG) -COMMIT := $(shell git describe --abbrev=40 --dirty --broken) +COMMIT := $(shell git describe --abbrev=40 --dirty) LDFLAGS := -ldflags "-X $(PKG)/build.Commit=$(COMMIT)" GLIDE_COMMIT := 84607742b10f492430762d038e954236bbaf23f7