This commit is contained in:
Girish Ramakrishnan
2016-04-18 18:57:29 -07:00
parent 64c66e248b
commit 6dfdebd84f
+1 -1
View File
@@ -597,7 +597,7 @@ function restoreMongoDb(app, options, callback) {
input.on('error', callback);
var cmd = [ '/addons/mongodb/service.sh', 'restore', app.id ];
docker.execContainer('postgresql', cmd, { stdin: input }, callback);
docker.execContainer('mongodb', cmd, { stdin: input }, callback);
});
}