summaryrefslogtreecommitdiff
path: root/gitano-admin/global-hooks/post-receive.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gitano-admin/global-hooks/post-receive.lua')
-rw-r--r--gitano-admin/global-hooks/post-receive.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitano-admin/global-hooks/post-receive.lua b/gitano-admin/global-hooks/post-receive.lua
index 679cfa8..d1b3864 100644
--- a/gitano-admin/global-hooks/post-receive.lua
+++ b/gitano-admin/global-hooks/post-receive.lua
@@ -47,7 +47,7 @@ if notify_mason and repo.name ~= "gitano-admin" then
for i = 1, #urlbases do
local comma = (i==#urlbases) and "" or ","
- _(("%q,"):format(urlbases[i] .. repo.name)
+ _(("%q,"):format(urlbases[i] .. repo.name))
_(("%q%s"):format(urlbases[i] .. repo.name .. ".git", comma))
end