diff --git a/lib/index.js b/lib/index.js index b6ad1a0fc..56b70e71f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -351,7 +351,7 @@ class Embark { } reset() { - var fs = require('../core/fs.js'); + var fs = require('./core/fs.js'); fs.removeSync('./chains.json'); fs.removeSync('.embark/'); fs.removeSync('dist/');