Remove period in log output
This commit is contained in:
parent
54c560f620
commit
9d04e7d1dc
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ func (a *Authority) init() error {
|
|||
// the file by editing it. Automatic rewriting of the file was considered
|
||||
// to be too surprising for users and not the right solution for all
|
||||
// use cases, so we leave it up to users to this themselves.
|
||||
a.initLogf("Provisioners that were migrated can now be removed from `ca.json` by editing it.")
|
||||
a.initLogf("Provisioners that were migrated can now be removed from `ca.json` by editing it")
|
||||
}
|
||||
|
||||
a.initLogf("Finished migrating provisioners")
|
||||
|
|
Loading…
Reference in a new issue