Skip to content

Commit 752a49f

Browse files
Merge pull request #138 from langchain-ai/infra/fix-script-name
fix: update script name
2 parents ed19891 + 8f355ac commit 752a49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/langsmith/docs/ENABLE-FEATURE-FLAG-FOR-ORGANIZATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Ensure you have the following tools/items ready.
2727
Run the following command to run feature flag script
2828

2929
```bash
30-
sh enable_feature_flag_in_organization.sh <postgres connection url> <organization id> <feature flag name>
30+
sh enable_feature_flag_for_organization.sh <postgres connection url> <organization id> <feature flag name>
3131
```
3232

3333
For example, if you are using the script directly with port-forwarding, the command would look like:
3434

3535
```bash
36-
sh enable_feature_flag_in_organization.sh "postgres://postgres:postgres@localhost:5432/postgres" "6a389372-6e79-5cd0-bf66-d70249fb676e" "conversation_view_enabled"
36+
sh enable_feature_flag_for_organization.sh "postgres://postgres:postgres@localhost:5432/postgres" "6a389372-6e79-5cd0-bf66-d70249fb676e" "conversation_view_enabled"
3737
```
3838

3939
If you visit the Langsmith UI, you should now see the feature flag enabled.

0 commit comments

Comments
 (0)