raulcd commented on code in PR #13044:
URL: https://github.com/apache/arrow/pull/13044#discussion_r862750438
##########
dev/release/verify-release-candidate.sh:
##########
@@ -469,7 +469,7 @@ maybe_setup_conda() {
conda activate $env
elif [ ! -z ${CONDA_PREFIX} ]; then
echo "Conda environment is active despite that USE_CONDA is set to 0."
- echo "Deactivate the environment using `conda deactive` before running the
verification script."
+ echo "Deactivate the environment using \`conda deactive\` before running
the verification script."
Review Comment:
```suggestion
echo "Deactivate the environment using \`conda deactivate\` before
running the verification script."
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]