Skip to content

Commit

Permalink
Merge pull request #5237 from cb1kenobi/timob-16153_3_2_X
Browse files Browse the repository at this point in the history
[TIMOB-16153] Fixed bug where iOS device builds were breaking due to the...
  • Loading branch information
cb1kenobi committed Jan 18, 2014
2 parents a0f6876 + 4efd72d commit 4d85b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ iOSBuilder.prototype.config = function config(logger, config, cli) {
}
});
})(function (err, result) {
done(result);
done(_t.conf = result);
});
}.bind(this));
}.bind(this));
Expand Down

0 comments on commit 4d85b63

Please sign in to comment.