diff options
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;\ |