diff --git a/tool.js b/tool.js index 007874b..bdd4ebd 100644 --- a/tool.js +++ b/tool.js @@ -5,7 +5,7 @@ if (process.argv.length === 3) { fs.readFile(process.argv[2], (error, data) => { if (error) console.error(error); else { - console.log(`Paste the following code into the Raw Secrets Editor:\n\n`, JSON.stringify({ + console.log(`Paste the following code into the Raw Secrets Editor:\n\n`, JSON.stringify({ code: data.toString(`base64`) })); }