Skip to content

Commit

Permalink
Update platform/src/ToolsManager.js
Browse files Browse the repository at this point in the history
Co-authored-by: Steffen Zschaler <[email protected]>
  • Loading branch information
aryaei2000 and szschaler authored Dec 10, 2024
1 parent d2d9bc3 commit 52b7439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/src/ToolsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class ToolManager {
}
}

// No port comes with the remaining placeholders, replace it with the tool reletive URL
// No port comes with the remaining placeholders, replace it with the tool relative URL

var tool_base_url = toolUrl.substring(0, toolUrl.lastIndexOf("/")); // remove the name of the json file (including the trailing slash)
toolConfig = toolConfig.replaceAll("{{BASE-URL}}", tool_base_url);
Expand Down

0 comments on commit 52b7439

Please sign in to comment.