Skip to content

Commit

Permalink
Fix typo (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Awais ⚡️ authored and sindresorhus committed Aug 5, 2019
1 parent 8008fe6 commit d93e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -37,7 +37,7 @@ const preprocessDestinationPath = (source, destination, options) => {
};

module.exports = (source, destination, {
concurrency = (os.cpus().lengh || 1) * 2,
concurrency = (os.cpus().length || 1) * 2,
...options
} = {}) => {
const progressEmitter = new EventEmitter();
Expand Down

0 comments on commit d93e189

Please sign in to comment.