mirror of https://github.com/zulip/zulip.git
provision.py: Fix typo.
Typo in the last line of the script; fixing since we'll see it every time we provision.
This commit is contained in:
parent
cb21584ffe
commit
0301347e86
|
@ -239,7 +239,7 @@ def main():
|
|||
setup_node_modules()
|
||||
|
||||
print()
|
||||
print(OKBLUE + "Zulip development environent setup succeeded!" + ENDC)
|
||||
print(OKBLUE + "Zulip development environment setup succeeded!" + ENDC)
|
||||
return 0
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue