Skip to content

Commit 96af691

Browse files
committed
docs: It's rsync_project not rysnc_project
1 parent eba4197 commit 96af691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/static-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Here's how this might look in a fabfile::
424424
@roles('static')
425425
def deploy_static():
426426
local('./manage.py collectstatic')
427-
project.rysnc_project(
427+
project.rsync_project(
428428
remote_dir = env.remote_static_root,
429429
local_dir = env.local_static_root,
430430
delete = True

0 commit comments

Comments
 (0)