Remove period in log output

pull/1075/head
Herman Slatman 2 years ago
parent 54c560f620
commit 9d04e7d1dc
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -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…
Cancel
Save