From b29cee32cca127c26b91dc4b0ad3649c167271d5 Mon Sep 17 00:00:00 2001 From: Julia Date: Sat, 16 Oct 2021 11:07:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Etool.js=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`) })); }