From e4e87ecce43d13ae1ccfcbd1bcbda2cf76589a9e Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 10 Aug 2016 16:53:56 -0400 Subject: [PATCH] Don't touch ~/.meteor/meteor after background updates. (#7616) --- tools/packaging/updater.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/packaging/updater.js b/tools/packaging/updater.js index d8e1eb38a5..07bfaecb66 100644 --- a/tools/packaging/updater.js +++ b/tools/packaging/updater.js @@ -61,8 +61,6 @@ var checkForUpdate = function (showBanner, printErrors) { return; } - updateMeteorToolSymlink(printErrors); - maybeShowBanners(); };