update prettier docs
[webi-installers/.git] / _webi / releases.js
index ee0815d5a7d0e04466d6198c2a3fb5b170d39653..d85b9c54ab37001a819b3b5bd82d1fcda0cd2076 100644 (file)
@@ -140,7 +140,10 @@ Releases.renderBatch = function (
         .readFile(path.join(__dirname, 'template.bat'), 'utf8')
         .then(function (tplTxt) {
           return tplTxt
-            .replace(/^(REM )?WEBI_PKG=.*/im, "WEBI_PKG='" + pkg + '@' + ver + "'")
+            .replace(
+              /^(REM )?WEBI_PKG=.*/im,
+              "WEBI_PKG='" + pkg + '@' + ver + "'"
+            )
             .replace(/{{ installer }}/, installTxt);
         });
     });