Skip to content

Commit 570eefb

Browse files
weweimafintosh
authored andcommitted
Fix a typo in the code (#68)
1 parent a35ce2f commit 570eefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function validate (fs, name, root, cb) {
335335
}
336336

337337
function mkdirfix (name, opts, cb) {
338-
mkdirp(name, {fs: opts.xfs}, function (err, made) {
338+
mkdirp(name, {fs: opts.fs}, function (err, made) {
339339
if (!err && made && opts.own) {
340340
chownr(made, opts.uid, opts.gid, cb)
341341
} else {

0 commit comments

Comments
 (0)