From d67fd5d0de5ea41948c132abf951d30d131289ed Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@rak.ac>
Date: Wed, 5 Jan 2022 17:28:36 -0500
Subject: fix whitespace in .ssh/config template

---
 private_dot_ssh/config.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'private_dot_ssh')

diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl
index b7117af..fef7e76 100644
--- a/private_dot_ssh/config.tmpl
+++ b/private_dot_ssh/config.tmpl
@@ -61,13 +61,13 @@ Match final host="*.club.cc.cmu.edu"
     GSSAPIAuthentication yes
     GSSAPIDelegateCredentials yes
     GSSAPITrustDNS yes
-    {{ end }}
+    {{- end }}
     UserKnownHostsFile ~/.ssh/known_hosts.d/club.cc.cmu.edu
 Match final host="*.andrew.cmu.edu,*.cs.cmu.edu"
     {{- if (ne .chezmoi.os "openbsd") }}
     GSSAPIAuthentication yes
     GSSAPIDelegateCredentials yes
-    {{ end }}
+    {{- end }}
     User rkavanag
 
 ## SDF hosts
-- 
cgit v1.2.3