From 64c9dfc20ab5db50eeb545d6a2cd3c7167608bc5 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 9 Oct 2012 18:08:51 -0400 Subject: [PATCH] Corrected RSS link path (year) --- rss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss b/rss index f8d5a7c..c9483bf 100755 --- a/rss +++ b/rss @@ -48,7 +48,7 @@ while read hash commit ts id subject; do <![CDATA[$( ./msgfmt < <( echo "$subject"; echo ) )]]> $( printf "%s/%s/%s.html" \ - "${url/%\/}" "$( ./tsdate "$ts" %y/%m )" "$id" + "${url/%\/}" "$( ./tsdate "$ts" %Y/%m )" "$id" ) $( ./tsdate "$ts" %Y-%m-%d )