From e63d9d223afb138db74dab3b7e1207be30c89491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 29 Dec 2021 21:56:44 +0100 Subject: Cgit trailing commas. --- modules/cgit/templates/hugo-authentication.lua.epp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cgit') diff --git a/modules/cgit/templates/hugo-authentication.lua.epp b/modules/cgit/templates/hugo-authentication.lua.epp index 0c73644..7ccce05 100644 --- a/modules/cgit/templates/hugo-authentication.lua.epp +++ b/modules/cgit/templates/hugo-authentication.lua.epp @@ -31,7 +31,7 @@ public_repos["<%= $repo %>"] = true -- A list of users and hashes, generated with `mkpasswd -m sha-512 -R 300000`. local users = { <%- $cgit::users.each |$user| { -%> - <%= $user['name'] %> = "<%= $user['pass'] %>" + <%= $user['name'] %> = "<%= $user['pass'] %>", <%- } -%> } -- cgit v1.2.3