Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] Fixed refactor failure
  • Loading branch information
3rd-Eden committed Dec 17, 2012
1 parent d9852df commit 255e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/lib/client/apps.js
Expand Up @@ -167,7 +167,7 @@ Apps.prototype.available = function (app, callback) {
// Runs `app` on `drones` drones.
//
Apps.prototype.setDrones = function (appName, drones, callback) {
defaultUser.call(this, appName);
appName = defaultUser.call(this, appName);
var argv = ['apps'].concat(appName.split('/')).concat('drones');

this.request('POST', argv, { drones: drones }, callback, function (res, result) {
Expand Down

0 comments on commit 255e42e

Please sign in to comment.