This is an automated email from the ASF dual-hosted git repository.
rubys 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 efe01cb missed two and a typo
efe01cb is described below
commit efe01cbc2758e3c0ffe957e46eca4957c27c651f
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Aug 11 15:46:09 2021 -0400
missed two and a typo
---
www/board/agenda/views/models/agenda.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/models/agenda.js.rb
b/www/board/agenda/views/models/agenda.js.rb
index 0bca246..b1ca250 100644
--- a/www/board/agenda/views/models/agenda.js.rb
+++ b/www/board/agenda/views/models/agenda.js.rb
@@ -387,7 +387,7 @@ class Agenda
if
item.shepherd and
firstname.start_with? item.shepherd.downcase() and
- (not shepherd or item.shepherd.length < shepherd.lenth)
+ (not _shepherd or item.shepherd.length < _shepherd.length)
then
_shepherd = item.shepherd
end