Skip to content

Commit

Permalink
Clean up (Avi's comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Stark committed Jun 14, 2013
1 parent c444451 commit 985cea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tools/deploy-galaxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ exports.logs = function (options) {
// options:
// - context
// - app
exports.mongo = function (options) {
exports.tempMongoUrl = function (options) {
var galaxy = getGalaxy(options.context);
console.log(options.app);
return galaxy.call('getTempMongoUrl', options.app);
};
2 changes: 1 addition & 1 deletion tools/meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ Fiber(function () {
// remote mode
if (!!context.galaxyUrl) {
var deployGalaxy = require('./deploy-galaxy.js');
var url = deployGalaxy.mongo({
var url = deployGalaxy.tempMongoUrl({
app: new_argv._[1],
context: context
});
Expand Down

0 comments on commit 985cea3

Please sign in to comment.