Skip to content

Commit a3c5dd6

Browse files
committed
fix: correct variable name
1 parent 86047a6 commit a3c5dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/sdk-utils/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ browserstack-sdk python
3333
\`\`\`
3434
`;
3535

36-
const ins =
36+
const argsInstruction =
3737
'-javaagent:"${com.browserstack:browserstack-java-sdk:jar}"';
3838

3939
const javaInstructions = `
@@ -46,7 +46,7 @@ Add the following dependency to your \`pom.xml\`:
4646
compile
4747
4848
49-
${ins}
49+
${argsInstruction}
5050
\`\`\`
5151
5252
For Gradle projects, add to \`build.gradle\`:

0 commit comments

Comments
 (0)