diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-13 07:35:52 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-13 07:35:52 -0700 |
commit | 20426893dce9df8564e5fc57c99d9f4d2ca62cba (patch) | |
tree | 2303881e70919c5092a6920f6d70dc4791d721e9 /Makefile | |
parent | Convert readme from org to md. (diff) | |
download | emacs.d-20426893dce9df8564e5fc57c99d9f4d2ca62cba.tar.gz |
[make] update email for git config
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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)) |