Skip to content

Commit e658595

Browse files
committed
Fix path of exclfs binary after refactor
1 parent 4fe542d commit e658595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jocker_root.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function prepareRootFilesystems(upperdir, callback)
118118
stdio: 'inherit'
119119
}
120120

121-
spawn('exclfs', argv, options)
121+
spawn(__dirname+'/../node_modules/.bin/exclfs', argv, options)
122122
.on('error', console.error.bind(console))
123123
.unref()
124124

0 commit comments

Comments
 (0)