From 88bc5f3006dd880cb0533ed62d8f8fa078c4ed93 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 28 Sep 2018 01:22:05 +0000 Subject: [PATCH] Fix feed updater script to point commit links to new location. --- Scripts/update_feed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/update_feed.rb b/Scripts/update_feed.rb index 03af309b4..2343d468a 100755 --- a/Scripts/update_feed.rb +++ b/Scripts/update_feed.rb @@ -68,7 +68,7 @@ revision_code = revision_split[1] if appcast_revision < latest_revision #Get the changelog - changelog = %x[/usr/bin/git log #{appcast_revision_code}..#{revision_code} --pretty=format:'
  • view commit • %s
  • ' --reverse] + changelog = %x[/usr/bin/git log #{appcast_revision_code}..#{revision_code} --pretty=format:'
  • view commit • %s
  • ' --reverse] description = changelog