From 96d5ce2fa4424df18524c3d1e799772fc114c63d Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 22 Jul 2013 11:58:33 -0700 Subject: [PATCH] Followup adding comment to d5a1295 fix. --- tools/deploy-galaxy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/deploy-galaxy.js b/tools/deploy-galaxy.js index 2b4f1358f9..e393ddc760 100644 --- a/tools/deploy-galaxy.js +++ b/tools/deploy-galaxy.js @@ -90,6 +90,8 @@ exports.discoverGalaxy = function (app) { request({ url: url, json: true, + // We don't want to be confused by, eg, a non-Galaxy-hosted site which + // redirects to a Galaxy-hosted site. followRedirect: false }, function (err, resp, body) { if (! err &&