From 3d7e27c50493af49206406c26cd10cec263c3058 Mon Sep 17 00:00:00 2001 From: chonghe <44791194+chong-he@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:52:39 +0800 Subject: [PATCH] Update scripts/cli.sh Co-authored-by: Mac L --- scripts/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index 9efa70f4dd..8f4e201a03 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -10,7 +10,7 @@ write_to_file() { cmd=${cmd#*$'\n'} # We need to add the header and the backticks to create the code block. - printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file" + printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file" } # Check if a lighthouse binary exists in the current branch.