From: Mark Wooding Date: Fri, 2 Aug 2019 14:48:48 +0000 (+0100) Subject: Makefile: Fix name of `releasekey' config setting. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/4415b3d8b4aea41b708551fcdbe196e9ce42aba9?ds=sidebyside Makefile: Fix name of `releasekey' config setting. 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. --- 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.