Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Jun 2, 2020
1 parent 1c00ad8 commit d233834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/output/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type ReleaseOutput struct {
IsOld bool `json:"outdated"`
}

// Output is the object that Nova outputs
type Output struct {
HelmReleases []ReleaseOutput `json:"helm_releases"`
}
Expand Down

0 comments on commit d233834

Please sign in to comment.