Timothy Pomeroy %!s(int64=6) %!d(string=hai) anos
pai
achega
f9a590f79e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -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);