Update commit log location
parent
3e754aadd0
commit
003ba7990e
|
@ -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:'<li> <a href="https://bitbucket.org/losnoco/cog/commits/%H">view commit</a> • %s</li> ' --reverse]
|
||||
changelog = %x[/usr/bin/git log #{appcast_revision_code}..#{revision_code} --pretty=format:'<li> <a href="https://g.losno.co/chris/Cog/commit/%H">view commit</a> • %s</li> ' --reverse]
|
||||
|
||||
description = changelog
|
||||
|
||||
|
|
Loading…
Reference in New Issue