mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix
Signed-off-by: Maxim Trofimov <qwerty65k@mail.ru>
This commit is contained in:
parent
df5904d88a
commit
b786cb40f0
1 changed files with 1 additions and 0 deletions
|
|
@ -355,6 +355,7 @@ func (s *SQL) List(filter func(*rspb.Release) bool) ([]*rspb.Release, error) {
|
|||
s.Log("list: failed to list: %v", err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
var releases []*rspb.Release
|
||||
for _, record := range records {
|
||||
release, err := decodeRelease(record.Body)
|
||||
|
|
|
|||
Loading…
Reference in a new issue