From 8f355acd88244fd5a862d4d3b655e5113620061c Mon Sep 17 00:00:00 2001 From: infra Date: Sun, 4 Aug 2024 17:44:21 -0400 Subject: [PATCH] fix: update script name --- charts/langsmith/docs/ENABLE-FEATURE-FLAG-FOR-ORGANIZATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/langsmith/docs/ENABLE-FEATURE-FLAG-FOR-ORGANIZATION.md b/charts/langsmith/docs/ENABLE-FEATURE-FLAG-FOR-ORGANIZATION.md index 859f12b..eff0729 100644 --- a/charts/langsmith/docs/ENABLE-FEATURE-FLAG-FOR-ORGANIZATION.md +++ b/charts/langsmith/docs/ENABLE-FEATURE-FLAG-FOR-ORGANIZATION.md @@ -27,13 +27,13 @@ Ensure you have the following tools/items ready. Run the following command to run feature flag script ```bash -sh enable_feature_flag_in_organization.sh +sh enable_feature_flag_for_organization.sh ``` For example, if you are using the script directly with port-forwarding, the command would look like: ```bash -sh enable_feature_flag_in_organization.sh "postgres://postgres:postgres@localhost:5432/postgres" "6a389372-6e79-5cd0-bf66-d70249fb676e" "conversation_view_enabled" +sh enable_feature_flag_for_organization.sh "postgres://postgres:postgres@localhost:5432/postgres" "6a389372-6e79-5cd0-bf66-d70249fb676e" "conversation_view_enabled" ``` If you visit the Langsmith UI, you should now see the feature flag enabled.