From 1a5829fb376f7e2ee98f5693b3f3acae62548cfd Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 3 Feb 2022 17:52:35 +0100 Subject: [PATCH] Fix gitconfig --- private_dot_gitconfig.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_gitconfig.tmpl b/private_dot_gitconfig.tmpl index 077cac3..322acfc 100644 --- a/private_dot_gitconfig.tmpl +++ b/private_dot_gitconfig.tmpl @@ -41,10 +41,10 @@ pager = less [sendemail] smtpserver = smtp.migadu.com - smtpuser = {{ (bitwarden "item" "Migadu").login.username }} + smtpuser = {{ (bitwarden "item" "Migadu email").login.username }} smtpencryption = ssl smtpserverport = 465 - smtppass = {{ (bitwarden "item" "Migadu").login.password | quote }} + smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }} confirm = auto [diff "color"] textconv=pygmentize