Skip to content

Commit

Permalink
Merge pull request yeoman#381 from rwldrn/380
Browse files Browse the repository at this point in the history
Typo correction: util => utils. Fixes yeomangh-380.
  • Loading branch information
addyosmani committed Sep 11, 2012
2 parents f231bc9 + fec3865 commit 468d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lib/utils/index.js
Expand Up @@ -10,7 +10,7 @@ var utils = module.exports;
// (like mkdir, rimraf) as lazy-loaded getters.


Object.defineProperties( util,
Object.defineProperties( utils,
[
// Wrapper to `require('mkdirp')`
'mkdirp',
Expand Down

0 comments on commit 468d7e7

Please sign in to comment.