From af4cf1eda2c3902428b48b29860dad86d075209b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 27 Apr 2024 15:00:27 +0200 Subject: [PATCH] projects_parent --- cd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cd.sh b/cd.sh index c083c09..8ac72bf 100644 --- a/cd.sh +++ b/cd.sh @@ -4,7 +4,7 @@ CD_DNS_SERVERS=( '9.9.9.9' ) CD_NAME='cd' -CD_REPOSITORIES_PARENT='rwx' +CD_PROJECTS_PARENT='rwx' function cd_set_environment { CD_DNS_FILE='/etc/resolv.conf' @@ -235,7 +235,7 @@ local root cd_step "${FUNCNAME}" root="$(mktemp --directory)" || exit for repository in \ - "${CD_REPOSITORIES_PARENT}" \ + "${CD_PROJECTS_PARENT}" \ "${CD_NAME}" \ ; do git clone \