From d7f6e6fe15c83296383a95d464e59ae42b4dc28e Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Mon, 3 Feb 2025 23:10:32 -0500 Subject: [PATCH] fix pub key extraction --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da5ee7a..756cd97 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION := development GIT_REF := $(shell git log -1 --format=%H) GIT_AUTHOR := $(shell git log -1 --format=%an) -GIT_PUBKEY := $(shell git log -1 --format=%GP) +GIT_PUBKEY := $(shell git log -1 --format=%GK) GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso) export