spcd_git_clone
Some checks failed
/ job (push) Failing after 3m32s

This commit is contained in:
Marc Beninca 2024-08-23 18:37:37 +02:00
parent 8ce60b031a
commit 40399d1b71
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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