Skip to content

Commit

Permalink
Merge pull request #92 from entando/ENG-956_removes-default-docker-or…
Browse files Browse the repository at this point in the history
…ganization-during-setup

ENG-956 removes the default organization from the interactive prompt
  • Loading branch information
Kerruba committed Jul 29, 2020
2 parents 3bf15bb + 5820263 commit 979d90d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/server/phases/prompting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ function askForDockerOrganization(meta) {
: 'Organization name should only contain 4 to 30 letters and/or numbers.',
name: 'dockerImageOrganization',
message: 'Which is the organization name to use when publishing the docker image?',
default: 'entando',
},
];
this.prompt(prompts).then(prompt => {
Expand Down

0 comments on commit 979d90d

Please sign in to comment.