summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-13 07:35:52 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-13 07:35:52 -0700
commit20426893dce9df8564e5fc57c99d9f4d2ca62cba (patch)
tree2303881e70919c5092a6920f6d70dc4791d721e9
parentConvert readme from org to md. (diff)
downloademacs.d-20426893dce9df8564e5fc57c99d9f4d2ca62cba.tar.gz
[make] update email for git config
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdff6e6..9fc2c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ INSTALL = \
 	  gitignore
 
 git:
-	git config --local user.email "franckcuny@gmail.com"
+	git config --local user.email "franck.cuny@gmail.com"
 	git config --local user.name "Franck Cuny"
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))