You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/07/30 07:27:19 UTC

[GitHub] [calcite-avatica-go] michaelmior commented on a change in pull request #53: [CALCITE-4147] Rename "master" branch to "main"

michaelmior commented on a change in pull request #53:
URL: https://github.com/apache/calcite-avatica-go/pull/53#discussion_r462670972



##########
File path: docker.sh
##########
@@ -205,10 +205,10 @@ check_if_tag_exists(){
 
 check_local_remote_are_even(){
     REMOTE_COMMIT=$(git ls-remote $GITBOX_URL | head -1 | sed "s/[[:space:]]HEAD//")
-    LOCAL_COMMIT=$(git rev-parse master)
+    LOCAL_COMMIT=$(git rev-parse main)
 
     if [[ $REMOTE_COMMIT != $LOCAL_COMMIT ]]; then
-        echo "Master in Apache repository is not even with local master"
+        echo "Master in Apache repository is not even with local main"

Review comment:
       Good point. I was just searching for master lowercase so I missed this. Fixed.




----------------------------------------------------------------
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.

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