This commit is contained in:
max furman 2022-05-19 22:46:25 -07:00
parent 8ca9442fe9
commit 5443aa073a

View file

@ -267,7 +267,7 @@ func WithAdminDB(d admin.DB) Option {
}
// WithProvisioners is an option to set the provisioner collection.
//
//
// Deprecated: provisioner collections will likely change
func WithProvisioners(ps *provisioner.Collection) Option {
return func(a *Authority) error {