burn the logs and use 'install.bash'
[webi-installers/.git] / _common / github.js
index ef3a64fa5222a423d1ebd998cccdaae1fb9e4fe5..442b16b0b82534fc7aea8399e3718d388f8641c5 100644 (file)
@@ -58,7 +58,7 @@ module.exports = getAllReleases;
 if (module === require.main) {
   getAllReleases(require('@root/request'), 'BurntSushi', 'ripgrep').then(
     function (all) {
-      console.log(JSON.stringify(all, null, 2));
+      console.info(JSON.stringify(all, null, 2));
     }
   );
 }