From d1a09bb1e29bcd467ec70887c2f5db810fa57aaa Mon Sep 17 00:00:00 2001 From: alnus Date: Thu, 6 Jan 2022 10:55:15 -0500 Subject: [PATCH] Update org OneCluster --- trytond-modules_non_official.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trytond-modules_non_official.sh b/trytond-modules_non_official.sh index 96a2de8..561df9a 100644 --- a/trytond-modules_non_official.sh +++ b/trytond-modules_non_official.sh @@ -76,7 +76,7 @@ if [ ${OneCluster} = "True" ]; then && pip3 install pytz \ "git+https://github.com/bit4bit/facho.git" prefix="trytondo-" - team_org="One_Cluster" + team_org="OneCluster" pip="False" get_one_cluster=( `${PYTHON_VERSION} $multi_migrate list-repo-token --domain ${GITEA_DOMAIN} --team_org $team_org --access_token ${GITEA_ACCESS_TOKEN} --verbose True` ) clone_module $team_org ${TRYTOND_VERSION} $prefix "${get_one_cluster[@]}"