` must be escaped

This commit is contained in:
Alexander Frick 2024-03-11 19:48:19 -05:00
parent b9391cc42d
commit b0a70811b1
1 changed files with 1 additions and 1 deletions

2
tot.sh
View File

@ -37,7 +37,7 @@ fi
printf "\n" &&
printf "${bold}${GRE}Script to Rebase/Sync Chromium repo to Tip of Tree.${c0}\n" &&
printf "\n" &&
printf "${YEL}Rebasing/Syncing to `origin/main` and running hooks...\n" &&
printf "${YEL}Rebasing/Syncing to \`origin/main\` and running hooks...\n" &&
tput sgr0 &&
cd ${CR_SRC_DIR}/v8/ &&