Skip to content

Commit 2e417b2

Browse files
committed
chore: fix strip of backslash
1 parent 456a1a1 commit 2e417b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain-js/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ setup_langchain_integration() {
3939
export JEST_JUNIT_OUTPUT_NAME=results.xml
4040
# Trim trailing slashes since lanchainjs is doing string manipulationn, not
4141
# using the URI class.
42-
AZURE_OPENAI_BASE_PATH=$(echo "$$AZURE_OPENAI_ENDPOINT" | sed 's:/*$::')
42+
AZURE_OPENAI_BASE_PATH=$(echo "$AZURE_OPENAI_ENDPOINT" | sed 's:/*$::')
4343
export AZURE_OPENAI_BASE_PATH
4444
export AZURE_OPENAI_API_VERSION=$OPENAI_API_VERSION
4545
# optionally enable to debug local atlas in CI.

0 commit comments

Comments
 (0)