Fix hook name
This commit is contained in:
parent
5a6796b029
commit
925012e02a
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ post-delete-hook-aspects = [ "debug" ]
|
||||||
parallel = false
|
parallel = false
|
||||||
mutable_hooks = true
|
mutable_hooks = true
|
||||||
|
|
||||||
[store.hooks.debug]
|
[store.hooks.stdhook_debug]
|
||||||
aspect = "debug"
|
aspect = "debug"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue