We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3739e6d commit ea26467Copy full SHA for ea26467
sync_community_team/get_community_team_data.py
@@ -22,7 +22,7 @@
22
23
DATABAG_URL = (
24
f"https://raw.githubusercontent.com/{GITHUB_ORGANIZATION}/"
25
- f"{GITHUB_REPO_NAME}/master/databags/{CT_MEMBERS}"
+ f"{GITHUB_REPO_NAME}/main/databags/{CT_MEMBERS}"
26
)
27
28
0 commit comments