Merge #746: Improved meteor update notice

This commit is contained in:
David Glasser
2013-02-27 15:40:53 -08:00

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("This 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);
}