From 2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Sat, 6 Aug 2022 00:40:20 -0500 Subject: login.tpl: Fix unnecessary space character Closes: https://github.com/gentoo/pambase/pull/13 Signed-off-by: Sam James --- templates/login.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/login.tpl b/templates/login.tpl index 23e262a..cb85249 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -5,5 +5,5 @@ auth required pam_securetty.so auth include system-local-login account include system-local-login password include system-local-login -session optional pam_lastlog.so {{ debug|default('', true) }} +session optional pam_lastlog.so {{ debug|default('', true) }} session include system-local-login -- cgit v1.2.3-65-gdbad