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:
@@ -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,
|
packageName: resolvedPackage,
|
||||||
version: opts.version,
|
version: opts.version,
|
||||||
isLocalPath: isLocal,
|
isLocalPath: isLocal,
|
||||||
|
|||||||
Reference in New Issue
Block a user