Skip to content

Commit

Permalink
fix: rename group to project (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Sep 10, 2020
1 parent 1ad0a2b commit 6f626c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/opsmanager/maintenance/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (opts *ListOpts) initStore() error {
return err
}

var listTemplate = `ID GROUP ID START DATE END DATE{{range .Results}}
var listTemplate = `ID PROJECT ID START DATE END DATE{{range .Results}}
{{.ID}} {{.GroupID}} {{.StartDate}} {{.EndDate}}{{end}}
`

Expand Down

0 comments on commit 6f626c3

Please sign in to comment.