From ea6d9e6827b0c26c8cb470d1cdd2d1882e9af286 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 8 Jun 2024 16:14:57 +0200 Subject: [PATCH] make command to vote copiable --- votes/initiateNewVote/_generateNewVotePR.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/votes/initiateNewVote/_generateNewVotePR.mjs b/votes/initiateNewVote/_generateNewVotePR.mjs index 0fbf65c0..6861f7f8 100644 --- a/votes/initiateNewVote/_generateNewVotePR.mjs +++ b/votes/initiateNewVote/_generateNewVotePR.mjs @@ -76,8 +76,11 @@ Vote instructions will follow.`, Vote instructions: -- on the CLI: ${"`"}git node vote ${prUrl}${"`"} - on the web: +- on the CLI: + ${"```bash"} + git node vote ${prUrl} + ${"`"} To close the vote, at least ${shareholdersThreshold} secret holder(s)[^1] must \ run the following command: ${"`"}git node vote ${prUrl} --decrypt-key-part --post-comment${"`"}