From 400e9a35b653ea7959c29847693ad8f3465458cc Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 15:32:12 +1300 Subject: [PATCH] Use binfile in final success log message Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b0a1ba9..303d91b 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ async function downloadRelease(octokit, os, org, repo, release, token) { fs.unlinkSync(archive) // Successfully installed gotestfmt, return early - console.log("Successfully set up gotestfmt.") + console.log(`Successfully set up ${binfile}`) return } }