Merge c8e5e5c994
into 30fa6f08a4
This commit is contained in:
commit
c35af56d84
1 changed files with 1 additions and 1 deletions
2
yadm
2
yadm
|
@ -853,7 +853,7 @@ function clone() {
|
|||
rm -rf "$wc"
|
||||
|
||||
# then reset the index as the --no-checkout flag makes the index empty
|
||||
"$GIT_PROGRAM" reset --quiet -- .
|
||||
"$GIT_PROGRAM" reset --quiet -- "$YADM_WORK"
|
||||
|
||||
if [ "$YADM_WORK" = "$HOME" ]; then
|
||||
debug "Determining if repo tracks private directories"
|
||||
|
|
Loading…
Reference in a new issue