summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2012-04-30 06:30:43 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2012-04-30 06:30:43 -0700
commitb4b8977814071bc0d624524404d08ff632b38d55 (patch)
tree332b6d0d1edde1071e306768d728481deb250902 /docs
parentc09f6ff0a58d016eeb7536f1df1fa956f94f671c (diff)
parent96af6918351564fd527b2f7d4ebebb914dd781bc (diff)
Merge pull request #26 from kylef/docs-rsync
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