|
|
@@ -223,7 +223,7 @@ const cleanup = (file) => {
|
|
|
if (args.version) return version(); // show version
|
|
|
if (args.help || !args.config) return help(); // show help
|
|
|
const ignoreInitial = (args.hasOwnProperty('ignoreInitial')) ? args.ignoreInitial : false; // ignore initial files
|
|
|
-const test = (args.hasOwnProperty('test')) ? args.test : true; // do a dry run ... just log
|
|
|
+const test = (args.hasOwnProperty('test')) ? args.test : false; // do a dry run ... just log
|
|
|
|
|
|
// get our paths
|
|
|
const paths = require(args.config);
|