Update scripts/cli.sh

Co-authored-by: Mac L <mjladson@pm.me>
This commit is contained in:
chonghe
2023-10-03 18:52:39 +08:00
committed by Tan Chee Keong
parent e2faed41c0
commit 3d7e27c504

View File

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