Skip to content

Commit

Permalink
'meteor logs' now works on localhost w/o ssh tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed Jun 27, 2013
1 parent 09e468e commit 86669dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy-galaxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ exports.deploy = function (options) {
exports.logs = function (options) {
var logReaderURL;
if (options.context.adminBaseUrl) {
logReaderURL = options.context.adminBaseUrl + "log-reader";
logReaderURL = options.context.adminBaseUrl + "/log-reader";
} else {
var galaxy = getGalaxy(options.context);
logReaderURL = prettyCall(galaxy, "getLogReaderURL", [], {
Expand Down

0 comments on commit 86669dc

Please sign in to comment.