From 20426893dce9df8564e5fc57c99d9f4d2ca62cba Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 13 Aug 2016 07:35:52 -0700 Subject: [make] update email for git config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit 1.4.1