You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/10/08 13:16:44 UTC

[whimsy] branch master updated: four digit year

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 e142665  four digit year
e142665 is described below

commit e142665136aee7568cab3a780f74192e08c43308
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Oct 8 09:16:23 2017 -0400

    four digit year
---
 www/board/agenda/data/agenda.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/data/agenda.erb b/www/board/agenda/data/agenda.erb
index 02bf293..9c040c7 100644
--- a/www/board/agenda/data/agenda.erb
+++ b/www/board/agenda/data/agenda.erb
@@ -69,7 +69,7 @@
 <% @minutes.zip('A'..'Z').each do |date, index| %>
     <%= index %>. The meeting of <%= date.strftime('%B %d, %Y') %>
 
-       See: board_minutes_<%= date.strftime('%y_%m_%d') %>.txt
+       See: board_minutes_<%= date.strftime('%Y_%m_%d') %>.txt
 
        [ approved:
          comments:

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].