git clone

This commit is contained in:
Marc Beninca 2024-08-23 21:10:11 +02:00
parent 6dcdf960c7
commit f4ee63aab7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -878,9 +878,7 @@ spcd_git_clone() {
spcd_gc__name="$(basename "${1}")"
spcd_gc__path="${SPCD_DL}/${spcd_gc__name}"
spcd_gc__url="$(spcd_git_url "${1}")"
git clone \
"${spcd_gc__url}" \
"${spcd_gc__path}"
git clone "${spcd_gc__url}" "${spcd_gc__path}"
echo "${spcd_gc__path}"
fi
}