Fix a typo in configure.go (#64)
This commit is contained in:

committed by
Maxim Baz

parent
d3be30743e
commit
a59268748a
@@ -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,
|
||||
|
Reference in New Issue
Block a user