review: Fix review with new to: sending.

(imported from commit 67f588afbc6ec6556d31827c8c9495fbaa59fadf)
This commit is contained in:
Tim Abbott 2012-11-15 16:27:05 -05:00
parent 2ed1917a10
commit b8f65fb8aa
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ def main(args):
api_key=file(api_key_file).read().strip(),
verbose=True)
client.send_message({'type': "private",
'recipient': opts.reviewers,
'to': opts.reviewers,
'content': "I just sent you a review request! Check your email for details."})
if os.environ.get('REVIEW_USE_SENDMAIL', ''):