burn the logs and use 'install.bash'
[webi-installers/.git] / _common / gitea.js
index c0deae379462fcc9bea388c3b998ae7a257ddf83..d6fe53750eb18be63e80d417d9280e225792f507 100644 (file)
@@ -33,7 +33,7 @@ if (module === require.main) {
   ).then(
     //getAllReleases(require('@root/request'), 'root', 'serviceman', 'https://git.rootprojects.org').then(
     function (all) {
-      console.log(JSON.stringify(all, null, 2));
+      console.info(JSON.stringify(all, null, 2));
     }
   );
 }