mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Update review script
(imported from commit f8902233a29dcde900218fc7a62735024eb67974)
This commit is contained in:
@@ -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
|
||||
|
||||
'''
|
||||
|
Reference in New Issue
Block a user