summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKyle Fuller <inbox@kylefuller.co.uk>2012-04-30 12:52:37 +0100
committerKyle Fuller <inbox@kylefuller.co.uk>2012-04-30 12:52:37 +0100
commit96af6918351564fd527b2f7d4ebebb914dd781bc (patch)
treec82279ddecafd43a9cd5723a6329637354ac2594 /docs
parenteba4197c71d152b30ddfe48e9dfbbd88f1ffd104 (diff)
docs: It's rsync_project not rysnc_project
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/static-files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index e3a40a1a22..29a2c2f6e2 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -424,7 +424,7 @@ Here's how this might look in a fabfile::
@roles('static')
def deploy_static():
local('./manage.py collectstatic')
- project.rysnc_project(
+ project.rsync_project(
remote_dir = env.remote_static_root,
local_dir = env.local_static_root,
delete = True