From e4bf38c67085d62240274a7d709d0acbd0acacea Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Thu, 6 Aug 2015 15:12:30 -0700 Subject: [PATCH] Update a comment about provided services --- tools/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/config.js b/tools/config.js index 2a4fcc4a65..5af743a646 100644 --- a/tools/config.js +++ b/tools/config.js @@ -5,8 +5,8 @@ var tropohouse = require('./packaging/tropohouse.js'); // A few functions in the `meteor` tool talk to MDG servers: primarily // checking for updates, logging into your Meteor account, and -// deploying apps to the MDG free hosting sandbox. (One day package -// publishing will also be on this list too.) These functions need +// deploying apps to the MDG free hosting sandbox, publishing packages, +// getting an ssh access to a build farm. These functions need // configuration. // // The idea is that eventually, the `meteor` will take only one