[Xfce4-commits] <xfce-git-hooks:master> Hopefully fix the www update hook. Thanks Mike for spotting the bug.
Jannis Pohlmann
noreply at xfce.org
Sun May 23 23:30:01 CEST 2010
Updating branch refs/heads/master
to 49efe97b7e151c7162a571a59de825b06c7f0f54 (commit)
from 9e91abf5e30d8ee49948232db35a34a974ace991 (commit)
commit 49efe97b7e151c7162a571a59de825b06c7f0f54
Author: Jannis Pohlmann <jannis at xfce.org>
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
More information about the Xfce4-commits
mailing list