Skip to content

Commit 2911a9e

Browse files
authored
Update makefile (#1013)
1 parent d19f132 commit 2911a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COVERAGE=coverage.out
77

88
MCLI_SOURCE_FILES?=./cmd/mongocli
99
MCLI_BINARY_NAME=mongocli
10-
MCLI_VERSION?=$(shell git describe --always --tags)
10+
MCLI_VERSION?=$(shell git describe --always --tags | cut -d "v" -f 2)
1111
MCLI_GIT_SHA?=$(shell git rev-parse HEAD)
1212
MCLI_DESTINATION=./bin/$(MCLI_BINARY_NAME)
1313
MCLI_INSTALL_PATH="${GOPATH}/bin/$(MCLI_BINARY_NAME)"

0 commit comments

Comments
 (0)