From 4415b3d8b4aea41b708551fcdbe196e9ce42aba9 Mon Sep 17 00:00:00 2001 Message-Id: <4415b3d8b4aea41b708551fcdbe196e9ce42aba9.1717428223.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 2 Aug 2019 15:48:48 +0100 Subject: [PATCH] Makefile: Fix name of `releasekey' config setting. Organization: Straylight/Edgeware From: Mark Wooding Now the Git configuration is actually correct. I hadn't noticed before because I hadn't changed the config setting away from the default for aaages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f9e43b..9899824 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ DOTSUBST += .gitconfig SCRIPTLINKS += git-copyright-dates DOTLINKS += .cgrc .tigrc .gitconfig_SUBSTS = \ - $(call substvar,releasekey,$(call mdw-conf,release-key,481334C2)) + $(call substvar,releasekey,$(call mdw-conf,releasekey,481334C2)) $(HOME)/.gitconfig: $(HOME)/.mdw.conf ## PulseAudio. -- [mdw]