author | ymh <ymh.work@gmail.com> |
Fri, 30 Nov 2012 02:40:59 +0100 | |
changeset 9 | 4fb252f37428 |
parent 8 | 9847c70242cf |
child 10 | bb6080bb6072 |
--- a/sbin/sync/fabfile.py Thu Nov 29 22:34:41 2012 +0100 +++ b/sbin/sync/fabfile.py Fri Nov 30 02:40:59 2012 +0100 @@ -212,7 +212,7 @@ rsync_export(web_path, env.remote_path['web'], env.rsync_filters['web']) #sync src src_path = os.path.join(export_path,"src/") - rsync_export(src_path, env.remote_path['src'], env.rsync_filters['web']) + rsync_export(src_path, env.remote_path['src'], env.rsync_filters['src']) def check_folder_access():