changing the space on this

This commit is contained in:
ekatek
2014-08-06 17:00:53 -07:00
parent 92cf32a49a
commit 0bbebe26fe

View File

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