Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
multiple instances for stage command
Browse files Browse the repository at this point in the history
  • Loading branch information
craig.brookes committed Mar 14, 2012
1 parent 70cd860 commit d5883ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stage.js
Expand Up @@ -48,7 +48,7 @@ function doStage(app, target, clean, numinstances, cb) {
var uri = "box/srv/1.1/ide/" + fhc.domain + "/app/" + type;
var payload = {payload:{guid: app, clean: clean, 'numappinstances':numinstances}};
// finally do our call

common.doApiCall(fhreq.getFeedHenryUrl(), uri, payload, "Error staging app: ", function(err, data) {
if (err) return cb(err);
async.map([data.cacheKey], common.waitFor, function(err, results) {
Expand Down

0 comments on commit d5883ab

Please sign in to comment.