mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
For now, go back to the hook approach for addExternalPlugins. I've broken many tests on ent that relied on a broken behaviour. I'll fix them properly later, for now I want to unbreak the build. (#23652)
This commit is contained in:
parent
9a6294fbdb
commit
b5c4e41de7
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ func newRegistry() *registry {
|
|||
},
|
||||
}
|
||||
|
||||
entAddExtPlugins(reg)
|
||||
addExternalPlugins(reg)
|
||||
|
||||
return reg
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue