diff options
Diffstat (limited to 'git-lost+found.sh')
-rwxr-xr-x | git-lost+found.sh | 2 |
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 | |