Skip to content

Commit 1550228

Browse files
authored
fix(create), fix help to show bit-create-module instead of bit-create-node (teambit#9633)
1 parent c3c8796 commit 1550228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scopes/generator/generator/create.cmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class CreateCmd implements Command {
3636
description: "creates a component named 'ui/button' using the 'react' template",
3737
},
3838
{
39-
cmd: 'bit create node utils/is-string utils/is-number --aspect teambit.node/node',
39+
cmd: 'bit create module utils/is-string utils/is-number --aspect teambit.node/node',
4040
description:
4141
"creates two components, 'utils/is-string' and 'utils/is-number' using the 'node' template from the 'node' aspect(env)",
4242
},

0 commit comments

Comments
 (0)