# HG changeset patch # User ymh # Date 1361486972 -3600 # Node ID 67935f823afe2ee0af8f21c7108e685bd8dc8d8e # Parent 242b17618c0535fadc0843f70a2203214b6222ad small correction 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")