mirror of https://github.com/zulip/zulip.git
Update review script
(imported from commit f8902233a29dcde900218fc7a62735024eb67974)
This commit is contained in:
parent
9738f2fa17
commit
fc828ed116
|
@ -390,10 +390,10 @@ def main(args):
|
||||||
if not opts.stdout:
|
if not opts.stdout:
|
||||||
client = zulip.Client(verbose=True, client="ZulipReview/0.1")
|
client = zulip.Client(verbose=True, client="ZulipReview/0.1")
|
||||||
|
|
||||||
if 'staging' not in client.base_url:
|
if 'staging' in client.base_url:
|
||||||
print '''
|
print '''
|
||||||
|
|
||||||
HEY! You have to point your .zuliprc to staging.
|
HEY! You still have your .zuliprc pointing to staging.
|
||||||
ABORTING
|
ABORTING
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue