aboutsummaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index a628d02..9154df9 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -12,7 +12,7 @@
REPO_PATH=$(pwd)
PUBLIC_FILE="$REPO_PATH/public.conf"
-LOGFILE="/home/git/public-sync.log" # log our syncing isssues
+LOGFILE="$HOME/public-sync.log" # log our syncing isssues
if [ -f "$PUBLIC_FILE" ]; then
REPO_URL=$(cat "$PUBLIC_FILE" | tr -d '\n' | xargs)