git ssb

10+

Matt McKegg / patchwork



Commit ed3ae5da08e3aa78197343e41af3a66efbe9ad11

grrr

Matt McKegg committed on 6/30/2017, 11:53:36 PM
Parent: 43326622502c853b045d9b3f486b1631c8a5e93a

Files changed

lib/latest-update.jschanged
lib/latest-update.jsView
@@ -21,9 +21,9 @@
2121 res.on('data', (x) => {
2222 result += x
2323 }).on('end', () => {
2424 var info = JSON.parse(result)
25- if ('1.1.1' || compareVersion(info.tag_name.slice(1), version) > 0) {
25 + if (compareVersion(info.tag_name.slice(1), version) > 0) {
2626 update.set(info.tag_name.slice(1))
2727 }
2828 update.sync.set(true)
2929 })

Built with git-ssb-web