diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 80fed94..b7550f0 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ INSTALL = \ vimrc git: - git config --local user.email "franckcuny@gmail.net" + git config --local user.email "franckcuny@gmail.com" git config --local user.name "Franck Cuny" INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |