From cf2de810ce2daeaea88aea8b1dfe6687eba83ddd Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Fri, 14 Feb 2014 18:44:56 -0800 Subject: [PATCH] Remove stray %s in update message. --- tools/updater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'."); } };