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:
parent
4f8df1804d
commit
0afd5d5630
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue