Escape backquotes in syncpack pre-push message (#37143)
This commit is contained in:
parent
73c1ad1541
commit
e572134384
|
@ -27,7 +27,7 @@ pnpm exec syncpack -- list-mismatches
|
|||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "You must sync the dependencies listed above before you can push this branch."
|
||||
echo "This can usually be accomplished automatically by updating the pinned version in `.syncpackrc` and then running \`pnpm run sync-dependencies\`."
|
||||
echo "This can usually be accomplished automatically by updating the pinned version in \`.syncpackrc\` and then running \`pnpm run sync-dependencies\`."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue