Skip to content

Commit

Permalink
fix: use tool command
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Jan 9, 2025
1 parent e291f38 commit 8ba2207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/toolsProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export function registerToolsCommands(
: selectedPath;

await miseService.runMiseToolActionInConsole(
`use --path ${normalizedPath} ${selectedToolName}`,
`use --path "${normalizedPath}" ${selectedToolName}`,
"Use Tool",
);
},
Expand Down

0 comments on commit 8ba2207

Please sign in to comment.