diff options
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)) |