Skip to content

Commit

Permalink
Fix missing recipients on init (gopasspw#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz authored Jun 16, 2017
1 parent fcbf7eb commit 14aed3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions store/root/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ func (r *Store) Init(alias, path string, ids ...string) error {
if err != nil {
return err
}
if !r.store.Initialized() && alias == "" {
r.store = sub
}

return sub.Init(path, ids...)
}
Expand Down

0 comments on commit 14aed3a

Please sign in to comment.