mirror of https://github.com/zulip/zulip.git
Fix comment typo in provision.py.
(imported from commit d8fcfb6d2ab5820f0d6032ae66bda16cf92132f0)
This commit is contained in:
parent
580cdb55be
commit
902edf5200
|
@ -92,7 +92,7 @@ with sh.sudo:
|
|||
|
||||
sh.virtualenv(VENV_PATH)
|
||||
|
||||
# Add the ./tools and ./sctipts/setup directories inside the repository root to
|
||||
# Add the ./tools and ./scripts/setup directories inside the repository root to
|
||||
# the system path; we'll reference them later.
|
||||
orig_path = os.environ["PATH"]
|
||||
os.environ["PATH"] = os.pathsep.join((
|
||||
|
|
Loading…
Reference in New Issue