Skip to content

Commit

Permalink
[fix] minor fix on package.json and be a little verbose when redeploy…
Browse files Browse the repository at this point in the history
… an app
  • Loading branch information
cronopio committed Feb 6, 2013
1 parent 0dc2eef commit 6588c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jitsu/commands/apps.js
Expand Up @@ -862,10 +862,11 @@ apps.cloud = function (name, provider, datacenter, drones) {

cloudOpts.provider = provider;

jitsu.apps.datacenter(name, cloudOpts, function (err) {
jitsu.apps.datacenter(name, cloudOpts, function (err, result) {
if (err) {
return callback(err);
}
jitsu.log.info('App started with ' + result.drones.magenta + ' drones in ' + result.provider.magenta + ' ('.magenta + ressult.datacenter.magenta + ')'.magenta);
return callback();
});
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -34,6 +34,7 @@
"opener": "1.3.x",
"pkginfo": "0.2.3",
"progress": "0.1.0",
"request": "2.9.203",
"require-analyzer": "0.5.0",
"spawn-command": "0.0.2",
"semver": "1.0.14",
Expand Down

0 comments on commit 6588c59

Please sign in to comment.