From c7718b6550a305b1642304c77c5e4b51f93a997d 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. --- templates/hugo-authentication.lua.epp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hugo-authentication.lua.epp b/templates/hugo-authentication.lua.epp index 0c73644..7ccce05 100644 --- a/templates/hugo-authentication.lua.epp +++ b/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