Fix imagrc.toml to match parsing code
This commit is contained in:
parent
3ee8f26d1e
commit
5a6796b029
1 changed files with 4 additions and 7 deletions
11
imagrc.toml
11
imagrc.toml
|
@ -20,13 +20,10 @@ post-update-hook-aspects = [ "debug" ]
|
||||||
pre-delete-hook-aspects = [ "debug" ]
|
pre-delete-hook-aspects = [ "debug" ]
|
||||||
post-delete-hook-aspects = [ "debug" ]
|
post-delete-hook-aspects = [ "debug" ]
|
||||||
|
|
||||||
[store.aspects]
|
[store.aspects.debug]
|
||||||
|
|
||||||
[[aspects.debug]]
|
|
||||||
parallel = false
|
parallel = false
|
||||||
mutable_hooks = false
|
mutable_hooks = true
|
||||||
|
|
||||||
[store.hooks]
|
[store.hooks.debug]
|
||||||
|
|
||||||
[[hooks.debug]]
|
|
||||||
aspect = "debug"
|
aspect = "debug"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue