mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
changing the space on this
This commit is contained in:
@@ -1137,8 +1137,8 @@ main.registerCommand({
|
||||
// ask the server if we're up to date.
|
||||
} else {
|
||||
process.stdout.write(
|
||||
"The latest version of Meteor," + release.current.name +
|
||||
" is already installed on this\n" +
|
||||
"The latest version of Meteor, " + release.current.name +
|
||||
", is already installed on this\n" +
|
||||
"computer. Run 'meteor update' inside of a particular project\n" +
|
||||
"directory to update that project to Meteor " +
|
||||
release.current.name + "\n");
|
||||
|
||||
Reference in New Issue
Block a user