Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
fix(panic) Same fix as Helm #4325 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjgp committed Nov 2, 2018
1 parent dcd3a2d commit d086023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/landscaper/state_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (cp *helmStateProvider) listHelmReleases() ([]*release.Release, error) {
return nil, err
}

return res.Releases, nil
return res.GetReleases(), nil
}

// newComponentFromHelmRelease creates a Component from a Release
Expand Down

0 comments on commit d086023

Please sign in to comment.