summaryrefslogtreecommitdiff
path: root/templates/hugo-authentication.lua.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hugo-authentication.lua.epp')
-rw-r--r--templates/hugo-authentication.lua.epp2
1 files changed, 1 insertions, 1 deletions
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'] %>",
<%- } -%>
}