aboutsummaryrefslogtreecommitdiff
path: root/bin/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'bin/post-receive')
-rwxr-xr-xbin/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-receive b/bin/post-receive
index be32fee..47d4f79 100755
--- a/bin/post-receive
+++ b/bin/post-receive
@@ -9,7 +9,7 @@ unset GIT_DIR
if [ -d ".git/annex" ]; then
git annex sync
else
- git config receive.denyCurrentBranch ignore
+ git config receive.denyCurrentBranch ignore
git reset HEAD
git checkout -f
fi