forked from TrueCloudLab/certificates
Fix typo.
This commit is contained in:
parent
3a1a4c5ea9
commit
fb6a1afd89
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func (a *Authority) init() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
var err 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.config.DB is nil then a simple, barebones in memory DB will be used.
|
||||||
if a.db == nil {
|
if a.db == nil {
|
||||||
if a.db, err = db.New(a.config.DB); err != nil {
|
if a.db, err = db.New(a.config.DB); err != nil {
|
||||||
|
|
Loading…
Reference in a new issue