From bdf68cc5f09280e747cad6a8b59c927fd7afbbd5 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Fri, 8 Feb 2019 10:10:52 +0000 Subject: [PATCH] Remove --long from git describe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2decd01..1c62d9c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include .env BINARY := oauth2_proxy -VERSION := $(shell git describe --always --long --dirty --tags 2>/dev/null || echo "undefined") +VERSION := $(shell git describe --always --dirty --tags 2>/dev/null || echo "undefined") .NOTPARALLEL: .PHONY: all