This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 261efcb1 Clarify where the files are expected to be found
261efcb1 is described below
commit 261efcb17665146f343a9f1889d2980ff0a72562
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 10 13:39:40 2026 +0000
Clarify where the files are expected to be found
---
www/officers/coi.cgi | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/officers/coi.cgi b/www/officers/coi.cgi
index 6f0f7d37..ce3febbc 100755
--- a/www/officers/coi.cgi
+++ b/www/officers/coi.cgi
@@ -37,6 +37,7 @@ unless signerfileslist
Wunderbar.warn err
print "Status: 404 Not found\r\n\r\n" # TODO better status
print "Sorry, cannot access COI documents\r\n"
+ print "Did anyone create the directory: #{COI_CURRENT_URL}?\r\n"
exit
end
signerfiles = signerfileslist.split("\n")