This is an automated email from the ASF dual-hosted git repository.

curcuru 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 aa84b2a0 Fix arg path buggo
aa84b2a0 is described below

commit aa84b2a05adbc3a7add94f00c13f3c3e12f46d81
Author: Shane Curcuru <[email protected]>
AuthorDate: Thu Jan 23 18:20:33 2025 -0500

    Fix arg path buggo
---
 lib/whimsy/asf/meeting-util.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index bd7f74c6..b3528d1b 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -386,8 +386,8 @@ module ASF
 
     # get the times from the timeline file
     # returns: hash with keys: nominations_close:, polls_close:, 
meeting_start, meeting_close:
-    def self.get_invite_times(cur_mtg_dir)
-      times = MeetingUtil.get_timeline(cur_mtg_dir)
+    def self.get_invite_times()
+      times = MeetingUtil.get_timeline(latest_meeting_dir)
       return {
         nominations_close: times['nominations_close_iso'],
         polls_close: times['polls_close_iso'],

Reply via email to