Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jerearista committed Sep 9, 2015
1 parent 34f8ff2 commit a7922cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def ensure_dir(f):
conf_path = '.' + conf_path
install_path = '.' + install_path
#config.VERSION_FILE_PATH = '.' + config.VERSION_FILE_PATH
os.environ('ZTPS_INSTALL_ROOT') = '.'
os.environ['ZTPS_INSTALL_ROOT'] = '.'
from subprocess import call
call(['docs/setup_rtd_files.sh'])
packages.append('client')
Expand Down

0 comments on commit a7922cd

Please sign in to comment.