Skip to content

Commit f7e6718

Browse files
kevinAlbsvector-of-bool
authored andcommitted
1 parent 54d6633 commit f7e6718

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
@@ -126,7 +126,7 @@ def release(jira_creds_file,
126126

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

0 commit comments

Comments
 (0)