From 72fd1b0c3fff77955858ef7ba6a9df6ae7fc3c87 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 31 Mar 2023 15:00:25 +0200 Subject: [PATCH] fix variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 456abed..1a4c92d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ BRANCH = $(shell git branch --show-current) COMMIT = $(shell git rev-parse --short=8 HEAD) BUILD = $(shell date +%Y.%m.%d.%H%M%S) VERSION := $(if $(filter $(BRANCH), development),$(version)-$(BRANCH)-$(COMMIT)-$(BUILD),$(version)) -ONMAIN := $(if $(filter $(BRANCH), main),"main","") +BR_MAIN := $(if $(filter $(BRANCH), main),"main","") HAVE_POD := $(shell pod2text -h 2>/dev/null) HAVE_LINT:= $(shell golangci-lint -h 2>/dev/null) DAEMON := ephemerupd