Browse Source

minor help text tweet

pull/512/head
Joe Germuska 12 years ago
parent
commit
8037094e14
  1. 2
      fabfile/__init__.py

2
fabfile/__init__.py

@ -427,7 +427,7 @@ def debug():
@task
def serve():
"""Run the development server"""
"""Run the local version of the documentation site (timeline.knightlab.com)"""
with lcd(join(env.project_path)):
local('python website/app.py')

Loading…
Cancel
Save