mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Change temp to temporary in meteor mongo
This commit is contained in:
@@ -232,7 +232,7 @@ exports.logs = function (options) {
|
||||
// options:
|
||||
// - context
|
||||
// - app
|
||||
exports.tempMongoUrl = function (options) {
|
||||
exports.temporaryMongoUrl = function (options) {
|
||||
var galaxy = getGalaxy(options.context);
|
||||
return galaxy.call('getTempMongoUrl', options.app);
|
||||
return galaxy.call('getTemporaryMongoUrl', options.app);
|
||||
};
|
||||
|
||||
@@ -792,7 +792,7 @@ Fiber(function () {
|
||||
// remote mode
|
||||
if (!!context.galaxyUrl) {
|
||||
var deployGalaxy = require('./deploy-galaxy.js');
|
||||
var url = deployGalaxy.tempMongoUrl({
|
||||
var url = deployGalaxy.temporaryMongoUrl({
|
||||
app: new_argv._[1],
|
||||
context: context
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user