Move commit log links back to Github

CQTexperiment
Christopher Snowhill 2021-02-18 15:11:58 -08:00
parent b08263159e
commit d856e23a74
1 changed files with 1 additions and 1 deletions

View File

@ -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:'<li> <a href="https://git.lopez-snowhill.net/chris/cog/-/commit/%H">view commit</a> &bull; %s</li> ' --reverse]
changelog = %x[/usr/bin/git log #{appcast_revision_code}..#{revision_code} --pretty=format:'<li> <a href="https://github.com/losnoco/Cog/commit/%H">view commit</a> &bull; %s</li> ' --reverse]
description = changelog