Fix a typo in configure.go (#64)

This commit is contained in:
Fabian Henneke
2019-04-24 11:24:23 +02:00
committed by Maxim Baz
parent d3be30743e
commit a59268748a

View File

@@ -130,7 +130,7 @@ func configure(request *request) {
response.SendErrorAndExit(
errors.CodeUnreadableDefaultPasswordStoreDefaultSettings,
&map[errors.Field]string{
errors.FieldMessage: "Unable to read .browserpas.json of the default password store",
errors.FieldMessage: "Unable to read .browserpass.json of the default password store",
errors.FieldAction: "configure",
errors.FieldError: err.Error(),
errors.FieldStorePath: responseData.DefaultStore.Path,