chiark / gitweb /
Makefile: Fix name of `releasekey' config setting.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 2 Aug 2019 14:48:48 +0000 (15:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 2 Aug 2019 17:18:17 +0000 (18:18 +0100)
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

index 7f9e43b30a919623b19956b9b02dbdb916add79a..98998242415e57ebed71c8e2d8fdf8bbbbed48ac 100644 (file)
--- 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.