From 1c05d4b7727f74e2c16f3809b9a95eda49f758ef Mon Sep 17 00:00:00 2001 From: David First Date: Mon, 23 Sep 2024 09:42:44 -0400 Subject: [PATCH] fix(env-set), fix help to show the correct example with patterns --- scopes/workspace/workspace/envs-subcommands/envs-set.cmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scopes/workspace/workspace/envs-subcommands/envs-set.cmd.ts b/scopes/workspace/workspace/envs-subcommands/envs-set.cmd.ts index 643870270774..349a7df392f8 100644 --- a/scopes/workspace/workspace/envs-subcommands/envs-set.cmd.ts +++ b/scopes/workspace/workspace/envs-subcommands/envs-set.cmd.ts @@ -29,7 +29,7 @@ export class EnvsSetCmd implements Command { description: "configures 'ui/button' to use the 'teambit.community/envs/community-mdx@1.95.16' env", }, { - cmd: 'set "ui/**" teambit.react/react-env', + cmd: 'set "*/ui/**" teambit.react/react-env', description: "configures all components that have the 'ui' namespace to use the latest version of the teambit.react/react-env env", },