fix
Some checks failed
/ job (push) Failing after 1m52s

This commit is contained in:
Marc Beninca 2024-04-29 17:58:57 +02:00
parent e4cd7b186f
commit a4be78f3ef
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -230,7 +230,7 @@ cd_install_git () {
cd_install_python () {
cd_step "Install Python"
cd_install_package "${CD_PYTHON_PACKAGE}" ;;
cd_install_package "${CD_PYTHON_PACKAGE}"
}
cd_clean_packages_cache () {