From 4b91013be8ea6de144af220b4e5407ebfb3c9810 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Sat, 30 Mar 2013 00:08:22 -0700 Subject: [PATCH] Don't print a message at the end of running the install script. --- tools/meteor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/meteor.js b/tools/meteor.js index d16bce7cdf..a09ee4294a 100644 --- a/tools/meteor.js +++ b/tools/meteor.js @@ -403,6 +403,8 @@ Fiber(function () { // If we're not in an app, then we're done (other than maybe printing some // stuff). if (!context.appDir) { + if (opt.argv["dont-fetch-latest"]) + return; if (opt.argv.release || didGlobalUpdateWithoutSpringboarding) { // If the user specified a specific release, or we just did a global // update (with springboarding, in which case --release is set, or