From 0b070e0e81e46c1d6a9ca66c31c223cc96af88bc Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 20 Aug 2017 02:37:09 -0400 Subject: [PATCH] Tweaked nothing to do message. --- repository/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/app.js b/repository/app.js index 8757d11..e477e5a 100644 --- a/repository/app.js +++ b/repository/app.js @@ -172,7 +172,7 @@ async function execute() { fs.writeFileSync(`${distDir}/Updates.xml`, updatesXml); logger.info('Wrote a new Updates.xml file -- updates are available.'); } 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.'); } }