mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Capitalize Meteor, flow.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user