summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-04-27 19:04:46 +0300
committerThanos Apollo <[email protected]>2023-04-27 19:04:46 +0300
commit47def751dfbc18ebd96f9a12a19d2be3dcee5024 (patch)
tree1c49372078dd9473a3a357b1b56846a2ddc1efa9 /.gitconfig
parent0e90a4ac3d9fa2bc8756427f2f88c4aa9e3414ec (diff)
gitconfig: fix typo
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 8df5faa..604922f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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