splits
This commit is contained in:
parent
f4b875930e
commit
1b1d94724b
1 changed files with 2 additions and 1 deletions
3
cd.sh
3
cd.sh
|
@ -271,7 +271,7 @@ local url
|
|||
for repository in "${@}" ; do
|
||||
cd_split
|
||||
url="${CD_PROJECTS_URL}/${repository}"
|
||||
echo -n "
|
||||
echo -n "\
|
||||
${url}
|
||||
↓
|
||||
"
|
||||
|
@ -288,6 +288,7 @@ ${CD_PYTHON_PACKAGES}
|
|||
"${path}" "${CD_PYTHON_PACKAGES}" \
|
||||
|| exit
|
||||
done
|
||||
cd_split
|
||||
cd_rm "${root}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue