From 901ccad0ea76bef4c5dfe70c6dfb8ebd87c3145f Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Sun, 24 Nov 2024 09:15:20 -0500 Subject: [PATCH] make: uses --short for the git commit when using `make install` for testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94c7adf5..15edf24c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASTILLE_VERSION=$$(git rev-parse HEAD) +BASTILLE_VERSION=$$(git rev-parse --short HEAD) .PHONY: all all: