diff --git a/setup-dev-env.sh b/setup-dev-env.sh index e5cb6953f61..5c8c141b6e9 100755 --- a/setup-dev-env.sh +++ b/setup-dev-env.sh @@ -127,13 +127,7 @@ else fi # Check downloading artifacts -if [ "$option_yes" = "true" ] || [ "$option_download_artifacts" = "true" ]; then - echo -e "\e[36mArtifacts will be downloaded to $option_data_dir\e[m" - ansible_args+=("--extra-vars" "prompt_download_artifacts=y") -fi - -# Check downloading artifacts -if [ "$target_playbook" = "autoware.dev_env.openadk" ]; then +if [ "$target_playbook" = "autoware.dev_env.openadkit" ]; then if [ "$option_download_artifacts" = "true" ]; then echo -e "\e[36mArtifacts will be downloaded to $option_data_dir\e[m" ansible_args+=("--extra-vars" "prompt_download_artifacts=y")