📝 release -> releases

This commit is contained in:
Kevin Sawicki 2014-11-13 13:35:58 -08:00
parent ad8a020c29
commit fec2567283

View File

@ -38,7 +38,7 @@ class AutoUpdater
return callback(error)
try
# Last line of output is the JSON details about the release
# Last line of output is the JSON details about the releases
[json] = stdout.trim().split('\n').reverse()
update = JSON.parse(json)?.releasesToApply?.pop?()
catch error