Fix clone support for older versions of Git (#348)

This commit is contained in:
Tim Byrne 2021-08-23 08:11:38 -05:00
parent 1544413c91
commit db78669479
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 1 additions and 1 deletions

2
yadm
View File

@ -767,8 +767,8 @@ function clone() {
rm -rf "$YADM_REPO" "$wc"
error_out "Unable to clone the repository"
}
rm -rf "$wc"
configure_repo
rm -rf "$wc"
# then reset the index as the --no-checkout flag makes the index empty
"$GIT_PROGRAM" reset --quiet -- .