summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-29 21:56:44 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-29 21:56:44 +0100
commite63d9d223afb138db74dab3b7e1207be30c89491 (patch)
treeebe35ec81e14f13483d6f5be78439385285c9aad
parentAdd extra clone url. (diff)
downloadwebdav_server-e63d9d223afb138db74dab3b7e1207be30c89491.tar.gz
webdav_server-e63d9d223afb138db74dab3b7e1207be30c89491.tar.xz
Cgit trailing commas.
-rw-r--r--modules/cgit/templates/hugo-authentication.lua.epp2
1 files changed, 1 insertions, 1 deletions
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'] %>",
<%- } -%>
}