From 34ada96e2f91a97382e1695a2aeb3572a07fb73d Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Wed, 1 May 2024 21:18:05 +0200 Subject: [PATCH] [ci skip] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 49e1139..4a43ecd 100644 --- a/Makefile +++ b/Makefile @@ -52,11 +52,11 @@ GIT_REV := $(GIT_REV)-dirty endif ifeq (,$(GIT_BRANCH)) - $(error GIT_BRANCH is empty) + $(error GIT_BRANCH is empty) endif ifeq (,$(GIT_COMMIT)) - $(error GIT_COMMIT is empty) + $(error GIT_COMMIT is empty) endif VERSION_MAJOR := 2