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:
Rishi Gupta 2016-08-11 11:43:30 -07:00 committed by Tim Abbott
parent cb21584ffe
commit 0301347e86
1 changed files with 1 additions and 1 deletions

View File

@ -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__":