Remove stray %s in update message.

This commit is contained in:
Emily Stark
2014-02-14 18:44:56 -08:00
parent bc0b1ce53c
commit cf2de810ce

View File

@@ -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'.");
}
};