Merge "start sending release announcements to openstack-dev by default"

This commit is contained in:
Jenkins 2016-01-04 13:52:46 +00:00 committed by Gerrit Code Review
commit 712d9082c6
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def main():
)
email_group.add_argument(
"--email-to",
default="openstack-announce@lists.openstack.org",
default="openstack-dev@lists.openstack.org",
help="recipient of the email, defaults to %(default)s",
)
email_group.add_argument(