From 18e1c8bd842066dffda4fd5f3df0b9c52f779938 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 12 Jan 2021 09:51:58 +0100 Subject: [PATCH] [meta] Fix .git lookup function --- dot_gitconfig.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 68268c8..a3e59de 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -87,7 +87,7 @@ smtpserveroption = -a smtpserveroption = bascht -{{ if (index git "instead") -}} +{{ if (index .git "instead") -}} {{ range .git.instead -}} [url "{{.url}}"] insteadOf = {{.https}}