[Tts-dev-commits] r70 - /

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Wed Jun 1 00:35:31 CEST 2011


Author: vjrj_
Date: 2011-06-01 00:35:31 +0200 (Wed, 01 Jun 2011)
New Revision: 70

Modified:
   fabfile.py
Log:


Modified: fabfile.py
===================================================================
--- fabfile.py	2011-05-31 22:34:53 UTC (rev 69)
+++ fabfile.py	2011-05-31 22:35:31 UTC (rev 70)
@@ -36,7 +36,7 @@
     run("chgrp -R %s %s%s" % (group, prefix, res_path))
     run("chgrp -R %s %s%s" % (group, prefix, home_path))    
     run("chgrp -R %s %s%s" % (group, prefix, images_path))
-    run("chgrp -R %s %s%s" % (group, theme_path))
+    run("chgrp -R %s %s%s" % (group, prefix, theme_path))
 
 def deploy():
     run('echo Deploying with user: "%(user)s"' % env)




More information about the Tts-dev-commits mailing list