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 6e431fa Not a Gem
6e431fa is described below
commit 6e431fa3b72b4ca2ee71be331d786c9425324b65
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 7 23:23:46 2021 +0100
Not a Gem
---
www/board/agenda/models/agenda.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/board/agenda/models/agenda.rb
b/www/board/agenda/models/agenda.rb
index de13d16..56be0b1 100755
--- a/www/board/agenda/models/agenda.rb
+++ b/www/board/agenda/models/agenda.rb
@@ -1,7 +1,7 @@
# Aggressively cache agendas.
#
-# Most of the heavy lifting is done by ASF::Board::Agenda in the whimsy-asf
-# gem. This class is mainly focused on caching the results.
+# Most of the heavy lifting is done by the ASF::Board::Agenda class
+# This class is mainly focused on caching the results.
#
# This code also maintains a "working copy" of agendas when updates are
# made that may not yet be reflected in the local svn checkout.