From 925012e02add9f5d25de384b5ddf09bce7d55a7b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 16 Jul 2016 15:41:04 +0200 Subject: [PATCH] Fix hook name --- imagrc.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagrc.toml b/imagrc.toml index 2692cae0..414d0003 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -24,6 +24,6 @@ post-delete-hook-aspects = [ "debug" ] parallel = false mutable_hooks = true -[store.hooks.debug] +[store.hooks.stdhook_debug] aspect = "debug"