Revert "nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone"

This reverts commit 1dfaad73ed.
This commit is contained in:
Sebastian Jordan 2022-06-30 11:24:26 +02:00 committed by Alyssa Ross
parent f99a7033ff
commit 783e2ef46e

View file

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