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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,