From a36abab01200ac818fbf0622b12c1a378899a8f7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Apr 2024 21:30:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92verbose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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