Merge pull request #177575 from seppeljordan/nix-prefetch-git-fix

nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone
This commit is contained in:
Maximilian Bosch 2022-06-28 14:03:41 +02:00 committed by GitHub
commit e4bf881ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,10 @@ for arg; do
fi
done
if test -n $deepClone; then
leaveDotGit=true
fi
if test -z "$url"; then
usage
fi