From 44e7e85a5ffd0e53bfafe9d558f804e952d8ccb0 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 19 Nov 2020 02:57:49 -0800 Subject: [PATCH] Update feed script with new Git URL --- 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 604e4aa38..342fd3522 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