diff -r 242b17618c05 -r 67935f823afe sbin/sync/fabfile.py --- a/sbin/sync/fabfile.py Thu Feb 21 23:30:21 2013 +0100 +++ b/sbin/sync/fabfile.py Thu Feb 21 23:49:32 2013 +0100 @@ -25,7 +25,7 @@ @task def update_lib(version, package): - print(green("update ldt with version %s" % version)) + print(green("update %s with version %s" % (package,version))) export_path = export_version(web=version) export_path_full = os.path.join(export_path,'web') lib_path = os.path.join(export_path_full, "virtualenv", "res", "lib")