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 \