Skip to content

Commit d4ad502

Browse files
authoredJan 6, 2023
fix(cli): fix name points to an invalid index (#1568)
1 parent 1f14da5 commit d4ad502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎schematics/tpl/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"description": "The name of the component.",
2424
"$default": {
2525
"$source": "argv",
26-
"index": 0
26+
"index": 1
2727
},
2828
"x-prompt": "What name would you like to use for the component?"
2929
},

0 commit comments

Comments
 (0)
Please sign in to comment.