Skip to content

Commit

Permalink
generate-blueprint: don't generate gitDependency by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Dec 23, 2024
1 parent b42fdb9 commit 2c45abb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generators/generate-blueprint/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ const command = {
},
gitDependency: {
cli: {
description: 'Use git dependency',
description: 'Use git dependency (eg: github:jhipster/generator-jhipster#main)',
type: String,
},
default: 'github:jhipster/generator-jhipster#main',
scope: 'generator',
},
cliName: {
Expand Down

0 comments on commit 2c45abb

Please sign in to comment.