Skip to content

Commit

Permalink
CXX-3010 Fix reference to garasign script in make_release.py (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
eramongodb committed Jun 25, 2024
1 parent 34bb43e commit 3166bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def release(jira_creds_file,
sys.exit(1)

click.echo('Signing distribution...')
run_shell_script(f'./.evergreen/garasign_dist_file.sh {dist_file}')
run_shell_script(f'./etc/garasign_dist_file.sh {dist_file}')
click.echo('Signing distribution... done.')

jira_vers_dict = get_jira_project_versions(auth_jira)
Expand Down

0 comments on commit 3166bdb

Please sign in to comment.