This commit is contained in:
Astra 2018-04-22 00:14:24 -04:00
parent 5afc521b4d
commit 03fda7988e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
var data = l.split(';;');
// set the date
if (log.changeLog.date >= data[0])
if (log.changeLog.date <= data[0])
log.changeLog.date = data[0];
// prepend to the changelog body