From 2d501d7a7950714eb0bc499de17fcf8d5d4e2b82 Mon Sep 17 00:00:00 2001 From: Bob Bergman Date: Tue, 2 Oct 2018 16:24:58 -0600 Subject: [PATCH] fix: plugins:install->preinstall --- src/hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks.ts b/src/hooks.ts index 137746e7..da149a24 100644 --- a/src/hooks.ts +++ b/src/hooks.ts @@ -12,7 +12,7 @@ export interface Hooks { } update: {} 'command_not_found': {id: string}, - 'plugins:install': { + 'plugins:preinstall': { plugin: { name: string, tag: string,