Capitalize Meteor, flow.

This commit is contained in:
David Glasser
2013-02-27 15:40:37 -08:00
parent 78aa38ed8f
commit ff381e925f

View File

@@ -14,7 +14,8 @@ var _ = require('underscore');
// refuse to update if we're in a git checkout.
if (files.in_checkout()) {
console.log("Your meteor installation is a git checkout. Update it manually with 'git pull'.");
console.log("Your Meteor installation is a git checkout. Update it " +
"manually with 'git pull'.");
process.exit(1);
}