From ff381e925f1585318fb22f8a156035e2a48e26f3 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Wed, 27 Feb 2013 15:40:37 -0800 Subject: [PATCH] Capitalize Meteor, flow. --- app/meteor/update.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/meteor/update.js b/app/meteor/update.js index 9218746d6d..7f6a17ec07 100644 --- a/app/meteor/update.js +++ b/app/meteor/update.js @@ -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); }