summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 9fa2046..ca5555b 100644
--- a/gitconfig
+++ b/gitconfig
@@ -48,7 +48,7 @@
ident = "!f(){\
git config --replace-all user.name \"$1\";\
- git config --replace-all user.email \"$2l\";\
+ git config --replace-all user.email \"$2\";\
if [ -n \"$3\" ]; then\
git config --replace-all user.signingkey \"$3\";\
git config --replace-all commit.gpgsign true;\