Fix typo.

pull/75/head
Mariano Cano 5 years ago
parent 3a1a4c5ea9
commit fb6a1afd89

@ -69,7 +69,7 @@ func (a *Authority) init() error {
}
var err error
// Initialize step-ca Database if it's not already initialize with WithDB.
// Initialize step-ca Database if it's not already initialized with WithDB.
// If a.config.DB is nil then a simple, barebones in memory DB will be used.
if a.db == nil {
if a.db, err = db.New(a.config.DB); err != nil {

Loading…
Cancel
Save