Skip to content

Commit

Permalink
Merge pull request #399 from nodejitsu/gh-394
Browse files Browse the repository at this point in the history
[fix] use the name specified not the app.name, fix #394
  • Loading branch information
blakmatrix committed Feb 26, 2013
2 parents d508046 + 9fb9817 commit 159fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jitsu/commands/apps.js
Expand Up @@ -1002,7 +1002,7 @@ apps.cloud = function (name, provider, datacenter) {
// 2. Start the app with the specified cloud information.
//
start: function start(next) {
jitsu.apps.datacenter(app.name, cloud, next);
jitsu.apps.datacenter(name, cloud, next);
}
}, function (err, result) {
if (err) {
Expand Down

0 comments on commit 159fc11

Please sign in to comment.