Update review script

(imported from commit f8902233a29dcde900218fc7a62735024eb67974)
This commit is contained in:
Zev Benjamin 2015-02-05 22:00:10 -08:00
parent 9738f2fa17
commit fc828ed116
1 changed files with 2 additions and 2 deletions

View File

@ -390,10 +390,10 @@ def main(args):
if not opts.stdout:
client = zulip.Client(verbose=True, client="ZulipReview/0.1")
if 'staging' not in client.base_url:
if 'staging' in client.base_url:
print '''
HEY! You have to point your .zuliprc to staging.
HEY! You still have your .zuliprc pointing to staging.
ABORTING
'''