mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove stray %s in update message.
This commit is contained in:
@@ -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'.");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user