Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Mar 12, 2015
1 parent 5e1d3bd commit 18809b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var getFiles = require('./getFiles');
var getArgs = require('./getArgs');

var co = require('co');
var install = co(require('spm-client').install);
var install = co(require('spm-client/lib/install'));

module.exports = function build(opts, callback) {
var cwd = opts.cwd || process.cwd();
Expand Down

0 comments on commit 18809b5

Please sign in to comment.