aboutsummaryrefslogtreecommitdiff
path: root/bin/post-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/post-update')
-rwxr-xr-xbin/post-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-update b/bin/post-update
index 05eac5c..beed524 100755
--- a/bin/post-update
+++ b/bin/post-update
@@ -7,7 +7,7 @@ if [ -d ".git/annex" ]; then
git annex sync
else
git reset HEAD
- git checkout .
+ git checkout -f
fi
cd -