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 9dbd9dd3 Fix comment
9dbd9dd3 is described below
commit 9dbd9dd36eedb1b9e1ef00de7f45b338fab0c776
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 14 08:34:55 2024 +0100
Fix comment
---
www/secretary/workbench/server.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/server.rb
b/www/secretary/workbench/server.rb
index a54a8281..322357ae 100644
--- a/www/secretary/workbench/server.rb
+++ b/www/secretary/workbench/server.rb
@@ -87,7 +87,7 @@ get '/' do
}
end
- # Show outstanding emeritus requests
+ # Show outstanding withdrawal requests
ASF::WithdrawalRequestFiles.listnames(true, env).each do |epoch, file|
days = (((Time.now.to_i - epoch.to_i).to_f / SECS_TO_DAYS)).round(1)
id = File.basename(file, '.*')