aboutsummaryrefslogtreecommitdiff
path: root/git-lost+found.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-lost+found.sh')
-rwxr-xr-xgit-lost+found.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-lost+found.sh b/git-lost+found.sh
index b6b2616e4..3892f5200 100755
--- a/git-lost+found.sh
+++ b/git-lost+found.sh
@@ -2,7 +2,7 @@
. git-sh-setup || die "Not a git archive."
-laf="$GIT_DIR/lost+found"
+laf="$GIT_DIR/lost-found"
rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit
git fsck-objects |