diff options
author | Thanos Apollo <[email protected]> | 2023-04-27 19:04:46 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-27 19:04:46 +0300 |
commit | 47def751dfbc18ebd96f9a12a19d2be3dcee5024 (patch) | |
tree | 1c49372078dd9473a3a357b1b56846a2ddc1efa9 /.gitconfig | |
parent | 0e90a4ac3d9fa2bc8756427f2f88c4aa9e3414ec (diff) |
gitconfig: fix typo
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,5 +14,5 @@ smtpserverport = 465 annotate = yes -[credential "smtp://smtp.fastmail.com:465"]b +[credential "smtp://smtp.fastmail.com:465"] helper = "!f() { echo [email protected]; echo \"password=$(pass show fastmail.com/thanosapollo.com | sed -n '3p')\"; }; f"
\ No newline at end of file |