git clone
This commit is contained in:
parent
6dcdf960c7
commit
f4ee63aab7
1 changed files with 1 additions and 3 deletions
|
@ -878,9 +878,7 @@ 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}")"
|
||||||
git clone \
|
git clone "${spcd_gc__url}" "${spcd_gc__path}"
|
||||||
"${spcd_gc__url}" \
|
|
||||||
"${spcd_gc__path}"
|
|
||||||
echo "${spcd_gc__path}"
|
echo "${spcd_gc__path}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue