mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
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,
|
||||
version: opts.version,
|
||||
isLocalPath: isLocal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue