Commit 64f5df57 by Renzo Lucioni

Merge pull request #9329 from edx/renzo/fix-release-script

Fix release script typo
parents e133a63a 03e6a12e
......@@ -521,7 +521,7 @@ def main():
print(generate_pr_table(args.previous, args.current))
return
print("Generating email and it's list of recipients for stage verification. This may take around a minute...")
print("Generating stage verification email and its list of recipients. This may take around a minute...")
print(generate_email(args.previous, args.current, release_date=args.date).encode('UTF-8'))
print("\n")
print("Wiki Table:")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment