Skip to content

Commit

Permalink
[fix] minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Feb 12, 2013
1 parent d196a43 commit 573d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/lib/client/apps.js
Expand Up @@ -137,7 +137,7 @@ Apps.prototype.start = function (appName, cloud, callback) {
var argv = ['apps'].concat(appName.split('/')).concat('start');

if (cloud) {
self.clouds[appName] = !Array.isArray(cloud)
this.clouds[appName] = !Array.isArray(cloud)
? [cloud]
: cloud;
}
Expand Down

0 comments on commit 573d928

Please sign in to comment.