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" ]
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue