Tweaked nothing to do message.

This commit is contained in:
chris062689 2017-08-20 02:37:09 -04:00
parent 8cc87b42d5
commit 0b070e0e81

View file

@ -172,7 +172,7 @@ async function execute() {
fs.writeFileSync(`${distDir}/Updates.xml`, updatesXml); fs.writeFileSync(`${distDir}/Updates.xml`, updatesXml);
logger.info('Wrote a new Updates.xml file -- updates are available.'); logger.info('Wrote a new Updates.xml file -- updates are available.');
} else { } else {
logger.info('No updates are available -- nothing to do.'); logger.info('No Citra binary release updates are available for the Updates.xml -- nothing to do.');
} }
} }