Skip to content

Commit

Permalink
[fix] use the name specified not the app.name, fix #394
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Feb 26, 2013
1 parent d508046 commit 9fb9817
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 9fb9817

Please sign in to comment.