diff --git a/tools/updater.js b/tools/updater.js index 21000dd45f..baf79fdd22 100644 --- a/tools/updater.js +++ b/tools/updater.js @@ -105,6 +105,6 @@ var check = function (showBanner) { ! release.forced) { runLog.log( "=> Meteor " + localLatestRelease + - " %s is available. Update this project with 'meteor update'."); + " is available. Update this project with 'meteor update'."); } };