sbin/sync/fabfile.py
changeset 58 67935f823afe
parent 54 e7a2e615eced
child 281 baeb057c48bd
--- 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")