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