Fixed reference to env.opts, should be env.conf.

This commit is contained in:
Michael Mathews 2012-06-01 00:09:01 +01:00
parent 1f6f4a7ee7
commit 1db8f8d6fe

View File

@ -246,8 +246,8 @@ function main() {
}
}
if (env.opts.source.include) {
env.opts._ = (env.opts._ || []).concat(env.opts.source.include);
if (env.conf.source.include) {
env.opts._ = (env.opts._ || []).concat(env.conf.source.include);
}
if (env.opts._.length > 0) { // are there any files to scan and parse?