changeset 9 | 4fb252f37428 |
parent 7 | fc1eea0039d8 |
child 11 | fc7cc9667de1 |
--- 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():