This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git
The following commit(s) were added to refs/heads/main by this push:
new 5f8d6dd Typo
5f8d6dd is described below
commit 5f8d6dd12d603e76701e584a528825082be2a7a4
Author: Sebb <[email protected]>
AuthorDate: Sat Jun 21 22:01:14 2025 +0100
Typo
---
tools/pgp.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pgp.lua b/tools/pgp.lua
index c528f31..2571979 100644
--- a/tools/pgp.lua
+++ b/tools/pgp.lua
@@ -16,7 +16,7 @@ local JSON = require 'cjson'
local DOW = math.floor(os.time()/86400)%7 -- generate rolling logs over 7 days
local LOG = ([[/var/www/html/keys/pgp%d.log]]):format(DOW)
os.remove(LOG)
-print("Log file" .. LOG)
+print("Log file " .. LOG)
local log = io.open(LOG, "w")
log:write(os.date(),"\n")