diff --git a/utils/pull b/utils/pull index 298edd7..1261f11 100644 --- a/utils/pull +++ b/utils/pull @@ -13,7 +13,7 @@ function pullpod() { if [[ ! -d "$(getValueByKey 'PODMAN_DIRECTORY')/${1}" ]]; then git clone "$(getValueByKey 'GIT_REPOSITORY')/${1}.git" "$(getValueByKey 'PODMAN_DIRECTORY')/${1}" - if [[ $(getLocalConfValue 'hasEnvVars' ) == true ]]; then + if [[ $(getLocalConfValue '.container.hasEnvVars' ) == true ]]; then for i in $(getLocalConfValue '.container.envVars[]'); do read -p "Please enter a value for '$i': " $(echo $i) export $(echo $i)