Timothy Pomeroy 6 سال پیش
والد
کامیت
f9a590f79e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);