Updating branch refs/heads/master
         to 49efe97b7e151c7162a571a59de825b06c7f0f54 (commit)
       from 9e91abf5e30d8ee49948232db35a34a974ace991 (commit)

commit 49efe97b7e151c7162a571a59de825b06c7f0f54
Author: Jannis Pohlmann <[email protected]>
Date:   Sun May 23 23:27:23 2010 +0200

    Hopefully fix the www update hook. Thanks Mike for spotting the bug.

 hooks/post-update-03-www-pull |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hooks/post-update-03-www-pull b/hooks/post-update-03-www-pull
index caf93c9..9a37779 100755
--- a/hooks/post-update-03-www-pull
+++ b/hooks/post-update-03-www-pull
@@ -6,6 +6,6 @@ case "$REPO" in
     ;;
 
   www.xfce.org)
-    GIT_DIR=/var/www/xfce.org/.git git pull
+    GIT_DIR=/var/www/www.xfce.org/.git git pull
     ;;
 esac
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to