Skip to content

Commit

Permalink
Merge branch 'master' into adhoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alequint authored May 23, 2024
2 parents e6a99bf + 83126d9 commit 86870d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions image/cli/mascli/functions/mirror_images
Original file line number Diff line number Diff line change
Expand Up @@ -432,13 +432,13 @@ function mirror_to_registry_interactive() {

prompt_for_confirm_default_yes "IBM Db2" MIRROR_DB2U

prompt_for_confirm_default "IBM Cloud Pak for Data (CP4D)" MIRROR_CP4D
prompt_for_confirm_default "IBM Watson Studio Local" MIRROR_WSL
prompt_for_confirm_default "IBM Watson Machine Learning" MIRROR_WML
prompt_for_confirm_default "IBM Analytics Engine (Spark)" MIRROR_SPARK
prompt_for_confirm_default "IBM Cognos Analytics" MIRROR_COGNOS
prompt_for_confirm "IBM Cloud Pak for Data (CP4D)" MIRROR_CP4D
prompt_for_confirm "IBM Watson Studio Local" MIRROR_WSL
prompt_for_confirm "IBM Watson Machine Learning" MIRROR_WML
prompt_for_confirm "IBM Analytics Engine (Spark)" MIRROR_SPARK
prompt_for_confirm "IBM Cognos Analytics" MIRROR_COGNOS

prompt_for_confirm_default "IBM AppConnect" MIRROR_APPCONNECT
prompt_for_confirm "IBM AppConnect" MIRROR_APPCONNECT
fi

if [[ "$MIRROR_MAS_ICD" == "true" ]]; then
Expand Down

0 comments on commit 86870d0

Please sign in to comment.