Skip to content

Commit aa08752

Browse files
authored
fix(env-set), fix help to show the correct example with patterns (#9212)
1 parent 3f8ab2c commit aa08752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scopes/workspace/workspace/envs-subcommands/envs-set.cmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class EnvsSetCmd implements Command {
2929
description: "configures 'ui/button' to use the 'teambit.community/envs/[email protected]' env",
3030
},
3131
{
32-
cmd: 'set "ui/**" teambit.react/react-env',
32+
cmd: 'set "*/ui/**" teambit.react/react-env',
3333
description:
3434
"configures all components that have the 'ui' namespace to use the latest version of the teambit.react/react-env env",
3535
},

0 commit comments

Comments
 (0)