Fix ident

This commit is contained in:
Lauris Bukšis-Haberkorns 2018-07-05 23:31:51 +03:00 committed by Lauris BH
parent 5e2eb23a13
commit d577f0be49

View File

@ -30,7 +30,7 @@ else
else
VERSION ?= master
endif
GITEA_VERSION := $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')
GITEA_VERSION := $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')
endif
LDFLAGS := -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)"