From d856e23a74885885ce34012b7ae6bcbf56b2f5bf Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 18 Feb 2021 15:11:58 -0800 Subject: [PATCH] Move commit log links back to Github --- 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 342fd3522..9c705821a 100755 --- a/Scripts/update_feed.rb +++ b/Scripts/update_feed.rb @@ -68,7 +68,7 @@ revision_code = revision_split[1] if 1 #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