Use binfile in final success log message

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 15:32:12 +13:00 committed by GitHub
parent 71f3c80d96
commit 400e9a35b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}