Skip to content

Commit 0b6c898

Browse files
authored
Replace backticks with single quotes (#5121)
1 parent 1be5253 commit 0b6c898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rm -f help_general.md help_bn.md help_vc.md help_am.md help_vm.md help_vm_create
9090

9191
# only exit at the very end
9292
if [[ $changes == true ]]; then
93-
echo "Exiting with error to indicate changes occurred. To fix, run `make cli-local` or `make cli` and commit the changes."
93+
echo "Exiting with error to indicate changes occurred. To fix, run 'make cli-local' or 'make cli' and commit the changes."
9494
exit 1
9595
else
9696
echo "CLI help texts are up to date."

0 commit comments

Comments
 (0)