diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/post-receive | 2 | 
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  | 
