From b0a70811b199368bb0ae10dce4272e43fa1772d9 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Mon, 11 Mar 2024 19:48:19 -0500 Subject: [PATCH] ` must be escaped --- tot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tot.sh b/tot.sh index 2fdb4f42..ca29c1e4 100755 --- a/tot.sh +++ b/tot.sh @@ -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/ &&