From b6e4398aef433fa29aa7faead68f735fe0658ba3 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 29 Mar 2013 10:47:39 -0700 Subject: [PATCH] fix comment (thanks @awwx) --- tools/files.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/files.js b/tools/files.js index fb5a10ebe4..9c687502e5 100644 --- a/tools/files.js +++ b/tools/files.js @@ -212,8 +212,8 @@ _.extend(exports, { return false; }, - // False if we are using a warehouse: either installed Meteor, or if - // $METEOR_WAREHOUSE_DIR is set. Otherwise true (we're in a git checkout and + // True if we are using a warehouse: either installed Meteor, or if + // $METEOR_WAREHOUSE_DIR is set. Otherwise false (we're in a git checkout and // just using packages from the checkout). usesWarehouse: function () { // Test hook: act like we're "installed" using a non-homedir warehouse