From 5a6796b0295399262d7ec37647ac38498685cbce Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 16 Jul 2016 00:09:22 +0200 Subject: [PATCH 1/2] Fix imagrc.toml to match parsing code --- imagrc.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/imagrc.toml b/imagrc.toml index 5453e9d8..2692cae0 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -20,13 +20,10 @@ post-update-hook-aspects = [ "debug" ] pre-delete-hook-aspects = [ "debug" ] post-delete-hook-aspects = [ "debug" ] -[store.aspects] - -[[aspects.debug]] +[store.aspects.debug] parallel = false -mutable_hooks = false +mutable_hooks = true -[store.hooks] - -[[hooks.debug]] +[store.hooks.debug] aspect = "debug" + From 925012e02add9f5d25de384b5ddf09bce7d55a7b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 16 Jul 2016 15:41:04 +0200 Subject: [PATCH 2/2] 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"