You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/02 10:46:04 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #13044: ARROW-16347: [Release] Escape backtick in verification script

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org