fix meteor create (path change)

This commit is contained in:
David Greenspan
2012-12-17 19:36:06 -08:00
committed by David Glasser
parent 460911c406
commit 1bb59b22d8

View File

@@ -169,7 +169,7 @@ Fiber(function () {
var new_argv = opt.argv;
var appname;
var example_dir = path.join(__dirname, '..', '..', 'examples');
var example_dir = path.join(__dirname, '..', 'examples');
var examples = _.reject(fs.readdirSync(example_dir), function (e) {
return (e === 'unfinished' || e === 'other' || e[0] === '.');
});