Skip to content

Commit

Permalink
build: fix prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Nov 5, 2023
1 parent 61a28e3 commit 237a28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-nx-maven-workspace/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function main() {
| 'micronaut-parent-pom';
}>({
name: 'dependencyManagement',
message: "Which preset to use? or 'none' to skip.",
message: 'How to manage dependencies?',
// eslint-disable-next-line @typescript-eslint/no-explicit-any
initial: 'bom' as any,
type: 'autocomplete',
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-maven/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "string",
"default": "bom",
"x-prompt": {
"message": "How to handle dependency management?",
"message": "How to manage dependencies?",
"type": "list",
"items": [
{
Expand Down

0 comments on commit 237a28f

Please sign in to comment.