mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Followup adding comment to d5a1295 fix.
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user