Skip to content

Commit

Permalink
Fixing legacy config parsing (gopasspw#1997)
Browse files Browse the repository at this point in the history
RELEASE_NOTES=[BUGFIX] The field 'parsing' is now honored with legacy config pre v1.12.7

Signed-off-by: Yolan Romailler <yolan@romailler.ch>
  • Loading branch information
AnomalRoil committed Sep 30, 2021
1 parent fce07db commit 7894413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (c *Pre1127) Config() *Config {
ExportKeys: c.ExportKeys,
NoPager: c.NoPager,
Notifications: c.Notifications,
Parsing: true,
Parsing: c.Parsing,
Path: c.Path,
SafeContent: c.SafeContent,
Mounts: make(map[string]string, len(c.Mounts)),
Expand Down

0 comments on commit 7894413

Please sign in to comment.