Skip to content

Commit bd04375

Browse files
authored
1 parent 05b4917 commit bd04375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def release(jira_creds_file,
131131

132132
# Read Jira credentials and GitHub token first, to check that
133133
# user has proper credentials before embarking on lengthy builds.
134-
jira_options = {'server': 'https://jira.mongodb.com'}
134+
jira_options = {'server': 'https://jira.mongodb.org'}
135135
jira_oauth_dict = read_jira_oauth_creds(jira_creds_file)
136136
auth_jira = JIRA(jira_options, oauth=jira_oauth_dict)
137137

0 commit comments

Comments
 (0)