diff --git a/cd.sh b/cd.sh index f418422..831689b 100644 --- a/cd.sh +++ b/cd.sh @@ -195,7 +195,7 @@ local root git clone \ "${CD_REPOSITORIES_URL}/${repository}" "${root}/${repository}" \ || exit - cp --recursive --verbose \ + cp --recursive \ "${root}/${repository}/${repository}" "${CD_PYTHON_PACKAGES}" \ || exit done