Update cli/src/commands/client/plugin.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
gsxdsm
2026-03-14 14:08:21 -07:00
committed by GitHub
parent 4f8df1804d
commit 0afd5d5630

View File

@@ -167,7 +167,7 @@ export function registerPluginCommands(program: Command): void {
);
}
const plugin = await ctx.api.post<PluginRecord>("/api/plugins/install", {
const installedPlugin = await ctx.api.post<PluginRecord>("/api/plugins/install", {
packageName: resolvedPackage,
version: opts.version,
isLocalPath: isLocal,