Update org OneCluster

This commit is contained in:
alnus 2022-01-06 10:55:15 -05:00
parent bf51cc4469
commit d1a09bb1e2
1 changed files with 1 additions and 1 deletions

View File

@ -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[@]}"