* Fix syntax error in fabfile

This commit is contained in:
Matthew Honnibal 2015-10-26 00:07:47 +11:00
parent 4e16f9e435
commit c0e25bb5e2
1 changed files with 1 additions and 1 deletions

2
fabfile.py vendored
View File

@ -68,7 +68,7 @@ def docs():
local('jade -P %s --out %s' % (jade_loc, out_loc))
with virtualenv(VENV_DIR):
local('./website/create_code_samples tests/website/ website/src/code/')t
local('./website/create_code_samples tests/website/ website/src/code/')
jade('home/index.jade', '')
jade('docs/index.jade', 'docs/')