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
@@ -105,6 +105,10 @@ for arg; do
fi
done
if test -n $deepClone; then
leaveDotGit=true
fi
if test -z "$url"; then
usage
fi