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:
Nick Cabatoff 2023-10-13 16:26:58 -04:00 committed by GitHub
parent 9a6294fbdb
commit b5c4e41de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,7 +200,7 @@ func newRegistry() *registry {
},
}
entAddExtPlugins(reg)
addExternalPlugins(reg)
return reg
}