You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/01/07 22:16:59 UTC

[couchdb] 02/02: Fix CI by updating the rebar3 branch from master -> main

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6e8713d3be142ac8a55727aa097a1ba52d087702
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri Jan 7 14:42:25 2022 -0500

    Fix CI by updating the rebar3 branch from master -> main
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6b0f1fe..9c22181 100755
--- a/configure
+++ b/configure
@@ -21,7 +21,7 @@ basename=`basename $0`
 
 PACKAGE_AUTHOR_NAME="The Apache Software Foundation"
 
-REBAR3_BRANCH="master"
+REBAR3_BRANCH="main"
 
 # TEST=0
 WITH_PROPER="true"